Update README.md

This commit is contained in:
Sah 2015-01-03 21:18:57 +08:00
parent de839a08d9
commit 49adad89bf

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 --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.conf
```
Start the daemon container.