Browse Source

Add information on Docker image to /README.md

pull/1930/head
Sah 6 years ago
parent
commit
6e489fe360
1 changed files with 11 additions and 0 deletions
  1. 11
      README.md

11
README.md

@ -55,6 +55,7 @@ You have to install libsodium at least 1.0.8, but recommended 1.0.12 or later ve
- [FreeBSD](#freebsd)
- [OpenWRT](#openwrt)
- [OS X](#os-x)
- [Docker](#docker)
* * *
@ -335,6 +336,16 @@ Install shadowsocks-libev:
brew install shadowsocks-libev
```
### Docker
As you expect, simply pull the image and run.
```
docker pull shadowsocks/shadowsocks-libev
docker run -e PASSWORD=<password> -p<server-port>:8388 -p<server-port>:8388/udp -d shadowsocks/shadowsocks-libev
```
More information about the image can be found [here](docker/alpine/README.md).
## Usage
For a detailed and complete list of all supported arguments,

Loading…
Cancel
Save