SSR Docker implementation, a personal project
301
This is an unoffical docker implementation for shadowsocksr-backup/shadowsocksr. It is for personal usage only.
Please use it according your local laws.
It wraps a ssr program, you can just replace any python server.py command to docker run --rm -d -p <port>:<port_insude> thnuiwelr/ssr-docker.
Here is a simple example which uses configuration json as configuration.
$ docker run -p 2333:2333 \
-v /path/to/your/configuration/file.json:/etc/shadowsocks/configuration.json \ # Should be synced with the path below
-d \ # Run in background
thnuiwelr/ssr-docker \
-v -c /etc/shadowsocks/configuration.json # The arguments are passed to server.py
I use shadowsocksr-backup/shadowsocksr, if you'd like to use another one, you should edit Dockerfile and build image manually.
WTFPL - Don't worry about it.
Content type
Image
Digest
Size
14.6 MB
Last updated
almost 8 years ago
docker pull thnuiwelr/ssr-docker