lbry-docker/lbrynet
2019-04-27 14:37:40 -04:00
..
linux-armhf-production Removed traefik labels and moved data dir 2019-04-27 14:37:38 -04:00
stuff Refactor lbrynet compiler container locations and startup mechanics 2019-04-27 14:37:40 -04: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
Dockerfile-armhf-compiler Refactor lbrynet compiler container locations and startup mechanics 2019-04-27 14:37:40 -04:00
Dockerfile-x86_64-compiler Refactor lbrynet compiler container locations and startup mechanics 2019-04-27 14:37:40 -04:00
README.md Refactor lbrynet compiler container locations and startup mechanics 2019-04-27 14:37:40 -04:00

lbrynet

Compiler containers

The compiler containers are for building lbrynet for multiple architectures.

Build x86 compiler container

docker build -t lbrynet-x86_64 -f Dockerfile-x86_64-compiler .

Build ARM compiler container

docker build -t lbrynet-armhf -f Dockerfile-armhf-compiler .