From 2973f46fab638d05afd8ca3a2bf3c0a01aeff409 Mon Sep 17 00:00:00 2001 From: Rostislav Katin Date: Sat, 24 Feb 2018 16:37:35 +0300 Subject: [PATCH] Update the docker image It seems that you've changed the organization name, but didn't change the image reference :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.