# docker-pptp **Repository Path**: luoxiaobin26/docker-pptp ## Basic Information - **Project Name**: docker-pptp - **Description**: No description available - **Primary Language**: Docker - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-10-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Build ``` shell docker build -t seeco/pptp https://git.oschina.net/seeco/docker-pptp.git ``` # Run ``` shell docker run -d --privileged -p 1723:1723 --name pptp seeco/pptp ``` # Entry ``` shell docker exec -it pptp /bin/bash ``` # 文件 ``` pptpd.conf pptpd 的配置。 sysctl.conf ip 转发配置。 chap-secrets 帐号以及密码。 pptpd-options 用于 pptpd 的 ppp 配置。 ```