3.8.9,3.8,latest(3.8/Dockerfile)
- You Ming (youming@funcuter.org)
$ docker run -d --name socks-server -p 1080:1080 cogset/socks-server-5:latest
The port of socks server is 1080.
The default authorization whose name is demo and password is 1234.
You can use SS_USER to set the name of authorization.
You can use SS_PASS to set the pass of authorization.
$ docker run -d --name socks-server -p 1080:1080 -e SS_USER=user -e SS_PASS=pass cogset/socks-server-5:latest