Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 227 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 227 Bytes

docker-ss

  1. Rename _config.json to config.json.
  2. Edit config.json, modify "server_port" and "password" field.
  3. Run command:
>$ docker build -t ss:1.0 .
>$ docker run -p host_port:container_port -d ss:1.0