Skip to content

Commit d86f94b

Browse files
authored
Add link to Docker Hub in README (#160)
1 parent 48e664c commit d86f94b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ You can run the following command to open a shell in a linux docker container wi
2525

2626
```
2727
export PYTH_REPO=/path/to/host/pyth-client
28-
export IMAGE="docker.io/pythfoundation/pyth-client:devnet-v2.10.1"
28+
29+
// Use the latest mainnet image from https://hub.docker.com/r/pythfoundation/pyth-client/tags?name=mainnet
30+
export IMAGE=...
2931
3032
docker run -it \
3133
--volume "${HOME}:/home/pyth/home" \

0 commit comments

Comments
 (0)