diff --git a/docker/README.md b/docker/README.md index 0061b6e..1f12bc4 100644 --- a/docker/README.md +++ b/docker/README.md @@ -2,6 +2,8 @@ ## How to use this image +### Start the daemon for the firt time + Pull the image. ```bash @@ -21,6 +23,26 @@ Start the daemon container. docker run --name shadowsocks-app --detach --publish 58388:8388 --volumes-from shadowsocks-data leesah/shadowsocks ``` +### Stop the daemon + +```bash +docker stop shadowsocks-app +``` + +### Start a stopped daemon + +```bash +docker start shadowsocks-app +``` + +### Use in CoreOS + +COMING SOON + +### Use with `fig` + +COMING SOON + ## References [Shadowsocks - Servers](http://shadowsocks.org/en/download/servers.html)