pppd client in a Docker image
You need to either use macvlan or host network drivers in order to use this image.
Assuming that your peer configuration is named dsl-provider, you can run the image as follows:
docker run --network pppd --privileged -d --device=/dev/ppp -v /path/to/ppp:/etc/ppp ppp call dsl-provider
pppd binary is invoked with the nodetach option.
Content type
Image
Digest
Size
46.3 MB
Last updated
almost 5 years ago
docker pull tzermias/ppp