Skip to content

Commit

Permalink
Adding image tags to README's
Browse files Browse the repository at this point in the history
  • Loading branch information
Leopere committed Apr 27, 2019
1 parent 6501267 commit 10d4edc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions lbrycrd/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# lbrycrd
# Docker image tags
`lbry/lbrycrd`
`[linux-x86_64-production](Dockerfile-linux-x86_64-production)` (Latest release)
5 changes: 4 additions & 1 deletion lbrynet/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# lbrynet
# Docker image tags
`lbry/lbrycrd`
`[linux-x86_64-production](Dockerfile-linux-x86_64-production)` (Latest release)

## Compiler container

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 10d4edc

Please sign in to comment.