Update README.md

This commit is contained in:
Sah 2015-01-04 15:40:10 +08:00
parent cd3989c83b
commit ea8cba0032

View file

@ -2,6 +2,8 @@
## How to use this image ## How to use this image
### Start the daemon for the firt time
Pull the image. Pull the image.
```bash ```bash
@ -21,6 +23,26 @@ Start the daemon container.
docker run --name shadowsocks-app --detach --publish 58388:8388 --volumes-from shadowsocks-data leesah/shadowsocks 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 ## References
[Shadowsocks - Servers](http://shadowsocks.org/en/download/servers.html) [Shadowsocks - Servers](http://shadowsocks.org/en/download/servers.html)