Fleggy

Results 4 comments of Fleggy

Contacted Privado and they just pointed me to their knowledgebase articles. They are not going to be very helpful so I will try the SERVER_HOSTNAMES=syd-012.vpn.privado.io for now. The logs still...

Apparently you can fix it by adding /dev/net/tun to the compose file but as I built this without a compose file, I am lost on how to fix it

> `--device=/dev/net/tun:/dev/net/tun` should work to [allow the device to run inside the container](https://docs.docker.com/engine/containers/run/#runtime-privilege-and-linux-capabilities) with `docker run` command. I tried docker run --device=/dev/net/tun:/dev/net/tun but I get an error saying docker run...

> > I tried docker run --device=/dev/net/tun:/dev/net/tun but I get an error saying docker run requires at least 1 argument > > This is not surprising if you run the...