A tiny docker image of shadowsocks based on alpine.
100K+
Build a tiny docker image (compressed ~ 16MB) for shadowsocks based on alpine linux. The versions of this dockerfile follows shadowsocks releases.
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}
Content type
Image
Digest
Size
14.8 MB
Last updated
almost 8 years ago
docker pull ggicci/shadowsocks