Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Docker container running the OAE fork for ethercalc

Notifications You must be signed in to change notification settings

oaeproject/oae-ethercalc-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ethercalc docker image

Docker image containing the fork repo of ethercalc for OAE.

Usage

Run from dockerhub

docker run -it --name=ethercalc --net=host oaeproject/oae-ethercalc-docker

Build the image locally

# Step 1: Build the image
docker build -f Dockerfile -t oae-ethercalc:latest .
# Step 2: Run the container
docker run -it --name=ethercalc --net=host oae-ethercalc:latest

About

Docker container running the OAE fork for ethercalc

Resources

Stars

Watchers

Forks

Packages

No packages published