Skip to content

ggicci/docker-shadowsocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

docker-shadowsocks

Build a tiny docker image (compressed ~ 16MB) for shadowsocks based on alpine linux. The versions of this dockerfile follows shadowsocks releases.

Usage

Pull the latest version from docker hub:

docker pull ggicci/shadowsocks

And run it with command:

docker run -d -p 8388:8388 ggicci/shadowsocks -s 0.0.0.0 -p 8388 -m aes-256-cfb -k ${your_password}

About

Shadowsocks dockerfile from alpine linux.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published