This guide will teach you how to run spacecoin with docker.
It is assumed you have already docker installed on your machine.
-
Open a Terminal.
-
Build Spacecoin:
docker build -t spaceworksco/spacecoin . --file Dockerfile
-
Run Spacecoin:
docker run -it -v ~/.SPACE:/root/.komodo/SPACE spaceworksco/spacecoin
Spacecoin is now running.