Update README.md

This commit is contained in:
sump pump 2020-06-21 06:47:58 +00:00
parent eec7848c56
commit 7200ae569d

View File

@ -158,5 +158,7 @@ These settings are optional, and are already defaulted to general network common
#### Install/Update:
5. On the cloned repository, run `docker build -t lixonet-ee .`
6. 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`
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 .`
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`