-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|