From ea8cba003256da03f7246bf4f6335cdfc158061a Mon Sep 17 00:00:00 2001 From: Sah Date: Sun, 4 Jan 2015 15:40:10 +0800 Subject: [PATCH] Update README.md --- docker/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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)