Sign inSign up

gists/pptpd

By gists

Updated over 4 years ago

PPTPServer based on Alpine Linux

Image
8

4.5K

gists/pptpd repository overview

Volume
  • /etc/ppp
Custom usage:
docker run \
    -d \
    --name pptpd \
    --privileged \
    -p 1723:1723 \
    -v /local_path/chap-secrets:/etc/ppp/chap-secrets:ro \
    gists/pptpd
Compose example:
pptpd:
  image: gists/pptpd
  ports:
    - "1723:1723"
  volumes:
    - ./local_path/chap-secrets:/etc/ppp/chap-secrets:ro
  privileged: true
  restart: always

Tag summary

Content type

Image

Digest

Size

3.6 MB

Last updated

over 4 years ago

docker pull gists/pptpd