- shadowsocks service in 1080 [socks] and 1087 [http]
- alpine based.
- 11M only.
-
Make sure
docker
installed already. -
Pull image from demonlj/shadowsocks-with-http
docker pull demonlj/shadowsocks-with-http
-
Create container
sudo docker run -d —name [CONTAINER_NAME] \ -e SERVER_IP=[YOUR_SERVER_IP] \ -e SERVER_PORT=[YOUR_SERVER_PORT] \ -e PASSWORD=[YOUR_PASSWORD] \ -e METHOD=[YOUR_METHOD] \ -p 1080:1080 -p 1087:1087 demonlj/shadowsocks-with-http
-
Set proxy to
127.0.0.1:1080
for socks mode or127.0.0.1:1087
for HTTP mode
git clone https://github.com/demonlj/shadowsocks-with-http.git
cd shadowsocks-with-http
sudo docker build -f Dockerfile -t demonlj/shadowsocks-with-http .