VPN

Run shadowsocks with Docker

""

Posted by Ping on January 15, 2020

Ubuntu 16.01 Minimal environment

  1. Install the latest docker version Steps here

  2. Pull shadowsocks image and run

1
2
3
4
5
6
7
docker pull oddrationale/docker-shadowsocks

# with server/local port as 2019 and replace the {pass} with your password
docker run --restart on-failure -d -p 2019:2019 oddrationale/docker-shadowsocks -s 0.0.0.0 -p 2019 -k {pass} -m aes-256-cfb

# check if container is running
docker ps -a
  1. Download the shadowsocks client to connect. (Mac OS, Windows, Linux, IOS and Android) Recommend Wingy on IOS and ShadowsocksX-NG on Mac OS.