Docker container running the OAE fork of ethercalc
10K+
Docker image containing the fork repo of ethercalc for OAE.
docker run -it --name=ethercalc --net=host oaeproject/oae-ethercalc-docker
# 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
Content type
Image
Digest
Size
98.3 MB
Last updated
over 6 years ago
docker pull oaeproject/oae-ethercalc-docker