Update README.md
This commit is contained in:
parent
cd3989c83b
commit
ea8cba0032
1 changed files with 22 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue