3.1.3
,3.1
,latest
(3.1/Dockerfile)3.2.3
,3.2
,latest
(3.2/Dockerfile)
- You Ming ([email protected])
$ docker run -d --name shadowsocks -p 8989:8989 cogset/shadowsocks:latest
The port of socks server is 8989
.
You can use -p
or --password
to set authorization.
$ docker run -d --name shadowsocks -p 8989:8989 cogset/shadowsocks:latest -p 1234
If you start container without password, a password will be generated automatically.
Use -h
or --help
for full usage.
$ docker run -t --name shadowsocks cogset/shadowsocks:latest -h