Hello,
I tried to run vpn client PPTP on my container but when i want to start it i have :
Couldn’t open the /dev/ppp device: Operation not permitted
pppd: Sorry - this system lacks PPP kernel support
Please anyone can help me ?
Share and learn in the Docker community.
Hello,
I tried to run vpn client PPTP on my container but when i want to start it i have :
Couldn’t open the /dev/ppp device: Operation not permitted
pppd: Sorry - this system lacks PPP kernel support
Please anyone can help me ?
Hi,
I would try running your container with the --privileged
flag, such as:
docker run -it --privileged IMAGE