PPTP VPN client Problem

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 ? :sweat:

Hi,

I would try running your container with the --privileged flag, such as:

docker run -it --privileged IMAGE