Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.2 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.2 KB

Shadowsocks in Docker

build status badge layers badge

Supported tags and respective Dockerfile links


Software website


Author


Usage

Run a Shadowsocks instance
$ docker run -d --name shadowsocks -p 8989:8989 cogset/shadowsocks:latest

The port of socks server is 8989.

Set authorization

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.

Other options

Use -h or --help for full usage.

$ docker run -t --name shadowsocks cogset/shadowsocks:latest -h