Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 220 Bytes

Docker.md

File metadata and controls

11 lines (8 loc) · 220 Bytes

Docker版SS客户端

Dockerfile在Dockerfile

运行指令

docker build -t youneed-ss .
docker run -it --rm -p 1080:1080 -p 8118:8118 youneed-ss

1080是socks5代理,8118是http代理。