mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
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:
parent
6680a32b1c
commit
2973f46fab
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue