PPTPD server with usernames and passwords defined through ENV variables
558
There are a number of other PPTPD container images, but this one differs by allowing usernames and passwords be defined by ENV variables.
USERNAMES is a comma-separated list of usernames. Since it's comma-separated, usernames cannot contain commas. PASSWORDS is a comma-separated list of passwords. Since it's comma-separated, passwords cannot contain commas, and cannot end in a space.
docker run -d --name=pptpd --privileged --restart=always -p 1723:1723 -e USERNAMES=alice,bob,carl -e PASSWORDS=g00dPa55worD,deadBeef,god stevepacker/pptpd
Note:
Content type
Image
Digest
Size
2.9 MB
Last updated
about 10 years ago
docker pull stevepacker/pptpd