Skip to content

cogset/shadowsocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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