This deploys the latest lbrynet-daemon container
137
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.
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
To list containers on the host execute docker ps -a then run docker exec CONTAINERNAME lbrynet-cli commands
This directory is in case we need to expand the functionality of this container at some point in the future.
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
Content type
Image
Digest
Size
201.3 MB
Last updated
almost 8 years ago
docker pull chamunks/lbrynet-daemon:staging