docker run --name shadowsocks -d -p 8388:8388 noteon/shadowsocks -s 0.0.0.0 -p 8388 -m aes-256-cfb -k $PASSWORDD
It is highly recommended that you store the shadowsocks password in an environment variable as shown above. This way the password will not show in plain text when you run docker ps.
For more command line options, refer to the shadowsocks documentation
Content type
Image
Digest
Size
142.9 MB
Last updated
over 10 years ago
docker pull noteon/shadowsocks