diff options
author | Alex Auvolat <alex@adnab.me> | 2021-04-06 00:01:49 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-04-27 16:37:10 +0200 |
commit | bf36f1f16aae763feae7bc7365741d8406f053cb (patch) | |
tree | 1a9a1edc7d8ce559d562f557c74db819bf56d4b4 /doc/book/src/getting_started/binary.md | |
parent | f7c09daa46d1b28d802417d3ce22b0d5896029b3 (diff) | |
download | garage-bf36f1f16aae763feae7bc7365741d8406f053cb.tar.gz garage-bf36f1f16aae763feae7bc7365741d8406f053cb.zip |
Update documentation
Diffstat (limited to 'doc/book/src/getting_started/binary.md')
-rw-r--r-- | doc/book/src/getting_started/binary.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/book/src/getting_started/binary.md b/doc/book/src/getting_started/binary.md index 9a18babc..e48500ac 100644 --- a/doc/book/src/getting_started/binary.md +++ b/doc/book/src/getting_started/binary.md @@ -7,14 +7,14 @@ We did not test other architecture/operating system but, as long as your archite ## From Docker Our docker image is currently named `lxpz/garage_amd64` and is stored on the [Docker Hub](https://hub.docker.com/r/lxpz/garage_amd64/tags?page=1&ordering=last_updated). -We encourage you to use a fixed tag (eg. `v0.1.1d`) and not the `latest` tag. -For this example, we will use the latest published version at the time of the writing which is `v0.1.1d` but it's up to you +We encourage you to use a fixed tag (eg. `v0.2.1`) and not the `latest` tag. +For this example, we will use the latest published version at the time of the writing which is `v0.2.1` but it's up to you to check [the most recent versions on the Docker Hub](https://hub.docker.com/r/lxpz/garage_amd64/tags?page=1&ordering=last_updated). For example: ``` -sudo docker pull lxpz/garage_amd64:v0.1.1d +sudo docker pull lxpz/garage_amd64:v0.2.1 ``` ## From source |