Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 439 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 439 Bytes

docker-shadowsocks-alpine

Docker image for shadowsocks based on alpine linux image, just over 50MB in size.

Usage

  • you can modify ~/.bashrc or ~/.bash_profile
alias ssserver="docker run -i --rm jiapantw/shadowsocks-alpine"

ssserver -s 0.0.0.0 -p 8388 -k password -m aes-256-cfb
  • or you also can directly to use:
docker run -it --rm jiapantw/shadowsocks-alpine -s 0.0.0.0 -p 8388 -k password -m aes-256-cfb