ggicci / docker-shadowsocks

Shadowsocks dockerfile from alpine linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Dockerfile 100.0%