oblique / dockerfiles

MIT License
14 stars 4 forks source link

This container needs to be run with '--privileged' or '--cap-add=NET_ADMIN' option #8

Open HinksUK opened 3 years ago

HinksUK commented 3 years ago

Getting this error when trying to deploy the image. I've tried both options but it just doesn't want to play ball. I'm using Synology using docker via SSH.

docker run -d \ --name airvpn \ --restart=always \ --privileged \ -p 127.0.0.1:1080:1080 \ -v /volume1/docker/airvpn:/airvpn \ -e COUNTRY=gb \ -e MODE=ssl \ -e INSECURE_STUNNEL=true \ oblique/airvpn

oblique commented 3 years ago

Sorry I stopped using AirVPN years ago, most probably doesn't work because it needs to be updated.