美文网首页
Docker-Proxy的搭建 [socks5]

Docker-Proxy的搭建 [socks5]

作者: 吊毛苦瓜 | 来源:发表于2022-02-12 15:43 被阅读0次

安装docker

这里不一定用这种方式,也可以使用自己的方式!

sudo apt-get update && sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common && sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - && sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"

sudo apt-get update && sudo apt-get install docker-ce && sudo systemctl enable docker && sudo systemctl start docker

下载容器并运行

设置了开启自启

sudo docker run --restart=always -d --name socks5 -p 2080:2080 -e PROXY_PORT=2080 serjs/go-socks5-proxy

相关文章

网友评论

      本文标题:Docker-Proxy的搭建 [socks5]

      本文链接:https://www.haomeiwen.com/subject/asotlrtx.html