Update the docker image

It seems that you've changed the organization name, but didn't change the image reference :)
This commit is contained in:
Rostislav Katin 2018-02-24 16:37:35 +03:00 committed by Julian Y
parent 6680a32b1c
commit 2973f46fab

View file

@ -107,7 +107,7 @@ One of the quickest ways to get Ethereum up and running on your machine is by us
``` ```
docker run -d --name ubiq-node -v /Users/alice/ubiq:/root \ docker run -d --name ubiq-node -v /Users/alice/ubiq:/root \
-p 8588:8588 -p 30388:30388 \ -p 8588:8588 -p 30388:30388 \
ubiq/client-go --fast --cache=512 ubiqsmart/gubiq --fast --cache=512
``` ```
This will start gubiq in fast sync mode with a DB memory allowance of 512MB just as the above command does. It will also create a persistent volume in your home directory for saving your blockchain as well as map the default ports. There is also an `alpine` tag available for a slim version of the image. This will start gubiq in fast sync mode with a DB memory allowance of 512MB just as the above command does. It will also create a persistent volume in your home directory for saving your blockchain as well as map the default ports. There is also an `alpine` tag available for a slim version of the image.