Moved README.md for lbrynet-daemon container
This commit is contained in:
parent
221554c6e9
commit
c8e213b9d5
1 changed files with 19 additions and 0 deletions
|
@ -0,0 +1,19 @@
|
|||
## lbrynet-As-A-Container
|
||||
|
||||
I'll document a bit of this later but for now you may look over ```docker-compose.yml``` and then modify any environment variables you feel the need to.
|
||||
|
||||
#### Invocation
|
||||
This will get you a running copy of the lbrynet-daemon running inside of a docker container with default settings.
|
||||
```
|
||||
git clone https://github.com/chamunks/lbry-docker.git ./lbry
|
||||
cd ./lbry
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
#### Executing commands
|
||||
|
||||
To list containers on the host execute `docker ps -a` then run `docker exec CONTAINERNAME lbrynet-cli commands`
|
||||
|
||||
#### Docker Directory
|
||||
|
||||
This directory is in case we need to expand the functionality of this container at some point in the future.
|
Loading…
Reference in a new issue