Deprecated use v2ray-plugin instead
docker run -it --rm hitian/ss ss-server -h
docker run -it -v CONFIG_JSON_DIR
:/config --name ss-server --net=host -d hitian/ss ss-server -c /config/server.json -u --fast-open --plugin obfs-server --plugin-opts "obfs=http;fast-open"
docker run -it -v CONFIG_JSON_DIR
:/config --name ss-client -p LOCAL_PORT
:LOCAL_PORT
-d hitian/ss ss-local -c /config/client.json --plugin obfs-local --plugin-opts "obfs=http;fast-open;obfs-host=www.bing.com" -b 0.0.0.0
docker run -it --rm hitian/ss-arm32 ss-local -h