diff --git a/README.md b/README.md index ec575cd731..d4b86cd8ff 100644 --- a/README.md +++ b/README.md @@ -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 \ -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.