Skip to content

Commit

Permalink
Update new refs to rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored Nov 1, 2022
1 parent 0da5c72 commit 9b8fcba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions book/src/user/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ You can deploy Zebra for a daily use with the images available in [Docker Hub](h
### Ready to use image

```shell
docker run -d zfnd/zebra:1.0.0-rc.0
docker run --detach zfnd/zebra:1.0.0-rc.1
```

### Build it locally

```shell
git clone --depth 1 --branch v1.0.0-rc.0 [email protected]:ZcashFoundation/zebra.git
docker build -f docker/Dockerfile --target runtime -t zebra:local
docker run -d zebra:local
git clone --depth 1 --branch v1.0.0-rc.1 [email protected]:ZcashFoundation/zebra.git
docker build --file docker/Dockerfile --target runtime --tag zebra:local
docker run --detach zebra:local
```

### Alternatives
Expand Down

0 comments on commit 9b8fcba

Please sign in to comment.