This Dockerfile builds an image with the Python implementation of shadowsocks. Based on Ubuntu 16.04 image.
$ docker build . -t prince/shadowsocks:latest
$ ./scripts/run-server.sh
$ ./scripts/run-local.sh
$ docker-compose up -d
This Dockerfile builds an image with the Python implementation of shadowsocks. Based on Ubuntu 16.04 image.
$ docker build . -t prince/shadowsocks:latest
$ ./scripts/run-server.sh
$ ./scripts/run-local.sh
$ docker-compose up -d