Skip to content

Commit

Permalink
Using prebuilt image as example, to simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
mikalv committed Jan 6, 2017
1 parent 7a85e32 commit 98b5213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/README.md
Expand Up @@ -12,7 +12,7 @@ $ `docker -t anoncoin .`

If you don't have a anoncoin.conf yet, the entrypoint.sh will make one for you with a random password.

$ `docker run --name anonnode -v confandblockchainOnHostPath:/home/anoncoin/.anoncoin -p 9376:9376 -p 9377:9377 -d anoncoin`
$ `docker run --name anonnode -v confandblockchainOnHostPath:/home/anoncoin/.anoncoin -p 9376:9376 -p 9377:9377 -d meeh/anoncoin`

**Options**

Expand Down

0 comments on commit 98b5213

Please sign in to comment.