Update README.md

This commit is contained in:
sump pump 2020-06-22 00:19:05 +00:00
parent 87b30d83f3
commit 13a3447557

View File

@ -161,5 +161,5 @@ These settings are optional, and are already defaulted to general network common
You should **no longer** need to run `build.sh` directly. Instead, use a "self-configuring" Docker container to make your life easier. You should **no longer** need to run `build.sh` directly. Instead, use a "self-configuring" Docker container to make your life easier.
1. On the cloned repository, run `docker build -t lixonet-ee .` 1. Clone or navigate to a cloned repository folder you already have.
2. Run `docker run -it -v /etc/bird:/etc/bird/ -v /etc/tinc:/etc/tinc -v /etc/bind:/etc/bind -v /etc/lixonet:/etc/lixonet -v /var/run/docker.sock:/var/run/docker.sock lixonet-ee` 2. Run `git clean -f -d && git reset --hard && git pull origin bird_monitoring && docker build -t lixonet-ee . && docker run --rm -it -v /etc/bird:/etc/bird/ -v /etc/tinc:/etc/tinc -v /etc/bind:/etc/bind -v /etc/lixonet:/etc/lixonet -v /var/run/docker.sock:/var/run/docker.sock lixonet-ee`