Update README.md

This commit is contained in:
Sah 2015-01-04 11:03:17 +08:00
parent 721d80a148
commit 0e4253096c

View file

@ -12,7 +12,7 @@ Create a data container and edit the configuration file.
```bash
docker run --name shadowsocks-data leesah/shadowsocks /bin/true
docker run --interactive --tty --rm --volumes-from shadowsocks-data leesah/shadowsocks vi /etc/shadowsocks.conf
docker run --interactive --tty --rm --volumes-from shadowsocks-data leesah/shadowsocks vi /etc/shadowsocks.json
```
Start the daemon container.