lbry-docker/lbrynet-daemon
2018-09-30 16:18:26 -04:00
..
.gitignore Added .gitignore 2018-09-30 16:17:27 -04:00
docker-compose.yml Updated docker-compose.yml 2018-09-30 16:17:53 -04:00
Dockerfile Updated comments for lbrynet-daemon Dockerfile 2018-09-30 16:18:26 -04:00
README.md Moved README.md for lbrynet-daemon container 2018-05-31 20:17:04 -04:00

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.