From 6e489fe36044b3d49931a029545a8b265406894b Mon Sep 17 00:00:00 2001 From: Sah Date: Wed, 14 Feb 2018 15:55:15 +0100 Subject: [PATCH] Add information on Docker image to /README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index a77084b3..34e105d5 100644 --- a/README.md +++ b/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= -p:8388 -p: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,