Adding image tags to README's

This commit is contained in:
Leopere 2019-04-27 17:17:37 -04:00
parent 6501267d30
commit 10d4edc77d
2 changed files with 8 additions and 1 deletions

4
lbrycrd/README.md Normal file
View file

@ -0,0 +1,4 @@
# lbrycrd
# Docker image tags
`lbry/lbrycrd`
`[linux-x86_64-production](Dockerfile-linux-x86_64-production)` (Latest release)

View file

@ -1,4 +1,7 @@
# lbrynet
# Docker image tags
`lbry/lbrycrd`
`[linux-x86_64-production](Dockerfile-linux-x86_64-production)` (Latest release)
## Compiler container
@ -44,7 +47,7 @@ docker build -t lbrynet:v0.36.0 --build-arg VERSION=v0.36.0 -f Dockerfile-linux-
The container requires a home directory to be mounted at `/home/lbrynet`. This
is to ensure that the wallet is backed up to a real storage device. You must run
the container with the appropriate volume argument, or else lbrynet will refuse
to run.
to run.
If you compiled lbrynet as above, with the tag `lbrynet-x86`, you could run
docker like so: