c3accd79bd
Replaced build with image docker-compose.yml-prod-example Adjusted paths in volumes Removed a few more things healthcheck.sh which can be added later when completed. renamed the Dockerfile to Dockerfile-x86_64-production Updated image tag and added RUN_MODE Updated image and added RUN_MODE updated tag Updated tag |
||
---|---|---|
.. | ||
linux-armhf-production | ||
stuff | ||
.gitignore | ||
docker-compose.yml | ||
Dockerfile-armhf-compiler | ||
Dockerfile-x86_64-compiler | ||
Dockerfile-x86_64-production | ||
README.md |
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 .