Changes
Page history
Updated Installing using Docker (recommended!) (markdown)
authored
Feb 12, 2021
by
Simon
Hide whitespace changes
Inline
Side-by-side
Installing-using-Docker-(recommended!).md
View page @
7bc514dc
...
@@ -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`