/docker-shadowsocks

shadowsocks Docker image

Primary LanguageShellMIT LicenseMIT

docker-shadowsocks

This Dockerfile builds an image with the Python implementation of shadowsocks. Based on Ubuntu 16.04 image.

Quick Start


Build Image

$ docker build . -t prince/shadowsocks:latest

Run server

$ ./scripts/run-server.sh

Run local

$ ./scripts/run-local.sh

Or use docker-compose

$ docker-compose up -d