Skip to content

justintien/docker-shadowsocks-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

shadowsocks based on alpine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published