Update README.md

Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
Teddysun 2018-08-11 16:52:33 +09:00
parent 2ff3782015
commit eee9cca3e2
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D

View File

@ -16,7 +16,14 @@ If you need to install docker by yourself, follow the [official installation gui
$ docker pull teddysun/shadowsocks-r $ docker pull teddysun/shadowsocks-r
``` ```
This pulls the latest release of shadowsocks-libev. or pull image based **alpine**
```bash
$ docker pull teddysun/shadowsocks-r:alpine
```
This pulls the latest release of shadowsocks-r.
It can be found at [Docker Hub][5]. It can be found at [Docker Hub][5].
## Start a container ## Start a container
@ -51,6 +58,12 @@ There is an example to start a container that listens on `9000` (both TCP and UD
$ docker run -d -p 9000:9000 -p 9000:9000/udp --name ssr -v /etc/shadowsocks-r:/etc/shadowsocks-r teddysun/shadowsocks-r $ docker run -d -p 9000:9000 -p 9000:9000/udp --name ssr -v /etc/shadowsocks-r:/etc/shadowsocks-r teddysun/shadowsocks-r
``` ```
There is an example to start a container based **alpine** that listens on `9000` (both TCP and UDP):
```bash
$ docker run -d -p 9000:9000 -p 9000:9000/udp --name ssr -v /etc/shadowsocks-r:/etc/shadowsocks-r teddysun/shadowsocks-r:alpine
```
**Note**: The port number must be same as configuration. **Note**: The port number must be same as configuration.
[1]: https://github.com/shadowsocksrr/shadowsocksr [1]: https://github.com/shadowsocksrr/shadowsocksr