创建socks5容器
docker run \
--name=ss5 \
--hostname=ss5 \
--network=host \
--env=user=user1 \
--env=passwd=TMuCqT0H \
--env=port=1081 \
--volume=/etc/resolv.conf:/etc/resolv.conf \
--restart=always \
--detach=true \
-t \
registry.cn-hangzhou.aliyuncs.com/dengdai/ss5:3.8.9
评论区