[doc] update readme for docker

pull/91/head
CzBiX 2016-02-22 18:08:45 +08:00
parent c07cc6c6af
commit c008f1f614
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,12 @@ You can get see it with:
docker logs v2ray
```
You can also specify config file by manual with:
```bash
docker run -d --name=v2ray -p 27183:27183 -v /config/file.json:/go/server-config.json $USER/v2ray
```
To tail the access log, run:
```bash