lbry-docker/lbrynet
Leopere b285a49227 Container builds and runs now.
Entrypoint needs updated to use entrypoint but otherwise stable.
2018-11-29 19:37:32 +00:00
..
compile Merge branch 'master' into lbrynet 2018-11-29 19:04:50 +00:00
stuff Container builds and runs now. 2018-11-29 19:37:32 +00:00
.dockerignore Container builds and runs now. 2018-11-29 19:37:32 +00:00
.gitignore Merge branch 'master' into lbrynet 2018-11-29 19:04:50 +00:00
docker-compose.yml updated home dir 2018-11-29 19:23:34 +00:00
Dockerfile Container builds and runs now. 2018-11-29 19:37:32 +00:00
README.md Removed incomplete sections of this project from master branch 2018-11-26 23:30:14 +00:00

lbrynet-As-A-Container [WIP]

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
cd ./lbry-docker/lbrynet-daemon/
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.

Configuration

There's really no configuration required to launch this just launch it. However your blockchain data and other things are currently located in the applications home Directory here's a link to the Documentation for useful directories with lbrynet-daemon