Updated Installing using Docker (recommended!) (markdown) authored by Simon's avatar Simon
...@@ -6,3 +6,20 @@ Firstly, you need a system running docker. For debian-based systems, this is sim ...@@ -6,3 +6,20 @@ Firstly, you need a system running docker. For debian-based systems, this is sim
`#apt-get install docker.io` `#apt-get install docker.io`
A change needs to be made to the docker config for openbridge to work correctly:
`#echo "{
userland-proxy: false
}
" > /etc/daemon.json`
`systemctl restart docker
`
## Pull the FreeDMR stable image (currently v1.1)
`#docker pull hacknix/freedmr:v1.1-with-proxy`