Updated Installing using Docker (recommended!) (markdown) authored by Simon's avatar Simon
...@@ -9,7 +9,7 @@ Firstly, you need a system running docker. For debian-based systems, this is sim ...@@ -9,7 +9,7 @@ Firstly, you need a system running docker. For debian-based systems, this is sim
A change needs to be made to the docker config for openbridge to work correctly: A change needs to be made to the docker config for openbridge to work correctly:
`echo "{ userland-proxy: false}" > /etc/docker/daemon.json` `echo "{ "userland-proxy": false}" > /etc/docker/daemon.json`
`systemctl restart docker` `systemctl restart docker`
... ...
......