浏览代码

[doc] update readme for docker

CzBiX 9 年之前
父节点
当前提交
c008f1f614
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      tools/docker/README.md

+ 6 - 0
tools/docker/README.md

@@ -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