kenneth-lin

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
  106 随笔 :: 0 文章 :: 0 评论 :: 9397 阅读

安装docker

curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun
systemctl start docker
systemctl enable docker.service

安装pptpd

mkdir -p /etc/ppp 
touch /etc/ppp/chap-secrets 
echo "# Secrets for authentication using PAP" >> /etc/ppp/chap-secrets 
echo "# client server secret acceptable local IP addresses" >> /etc/ppp/chap-secrets 
echo "xxlvpn * twAZQDExHYm *" >> /etc/ppp/chap-secrets 
docker run -d --privileged --net=host -v /etc/ppp/chap-secrets:/etc/ppp/chap-secrets mobtitude/vpn-pptp

如何在CentOS 6.10环境下安装docker :
https://www.pudn.com/news/6254576b47503a0a93a4fb43.html
CentOS 6 Yum源不可用解决方法 :
http://www.gzidc.com/FrontCms/getHelpArticleShow/cat_id/135/art_id/1273.html

posted on   kenneth-lin  阅读(209)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 没有Manus邀请码?试试免邀请码的MGX或者开源的OpenManus吧
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· C#/.NET/.NET Core优秀项目和框架2025年2月简报
· DeepSeek在M芯片Mac上本地化部署
· 葡萄城 AI 搜索升级:DeepSeek 加持,客户体验更智能
点击右上角即可分享
微信分享提示