mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-03 07:56:42 -05:00
[doc] update readme for docker
This commit is contained in:
parent
c07cc6c6af
commit
c008f1f614
@ -23,6 +23,12 @@ You can get see it with:
|
|||||||
docker logs v2ray
|
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:
|
To tail the access log, run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user