mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-08 09:01:55 +00:00
15 lines
278 B
Markdown
15 lines
278 B
Markdown
# Shadowsocks
|
|
|
|
__Across the Great Wall, we can reach every corner in the world.__
|
|
|
|
## Run as client
|
|
```
|
|
docker run \
|
|
-d \
|
|
--restart always \
|
|
--publish 1082:1080 \
|
|
--name sslocal \
|
|
newnius/shadowsocks:client-1.2.1 \
|
|
sslocal -s SERVER_IP -p 1081 -l 1080 -k PASSWORD -m METHOD
|
|
```
|