Skip to content

Commit

Permalink
Add docker pull base_image to updating
Browse files Browse the repository at this point in the history
  • Loading branch information
vciancio authored Mar 23, 2021
1 parent 25c7fa0 commit 0c74dd6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,16 @@ Credit to [aabrioux/golem-node](https://hub.docker.com/r/aabrioux/golem-node) fo
Unfortunately, as of now, Yagna v0.6.1, you can't just spin up the container right away. You have to hit the enter-key a couple of times setup the node.

~~~
// Ensures you've pulled the latest aabrioux/golem-node image. Important for Updating
docker pull aabrioux/golem-node:latest
docker build -t vciancio/golem-node-server:latest .
./init.sh /path/to/where/you/want/to/mount/volumes
~~~

After this, you can run your containers like normal.

~~~
docker run vciancio/golem-node-server:latest
docker run -p 5000:5000 vciancio/golem-node-server:latest
~~~

> Note default port is 5000
Expand Down

0 comments on commit 0c74dd6

Please sign in to comment.