Skip to content

Commit 21e898a

Browse files
GammaPixiaokangwang
authored andcommitted
Update install.md
Update chinese doc
1 parent c1f6560 commit 21e898a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/guide/install.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,14 @@ LogsDirectory=v2ray
110110

111111
## Docker 安装方式
112112

113-
* V2Ray 为 Linux 平台提供了预编译的 Docker image:[v2fly/v2fly-core](https://hub.docker.com/r/v2fly/v2fly-core)
114-
* GitHub 仓库:[github.com/v2fly/docker](https://github.com/v2fly/docker)
113+
114+
115+
* V2Ray 为 Linux 平台提供了预编译的 Docker image:[ghcr.io/v2fly/v2ray:latest-extra](https://github.com/v2fly/v2ray-core/pkgs/container/v2ray)。其中的 "latest-extra" 标签会自动更新至最新发布版本。其他版本将使用版本号作为标签发布,例如 "4.27.0"。
115116

116117
Docker image 的文件结构:
118+
* `/opt/v2ray/etc/config.json`: 配置文件
119+
* `/opt/v2ray/bin/v2ray`: V2Ray 主程序
120+
* `/opt/v2ray/share/geoip.dat`: GeoIP 数据文件
121+
* `/opt/v2ray/share/geosite.dat`: GeoSite 数据文件
117122

118-
* `/etc/v2ray/config.json`:配置文件
119-
* `/usr/bin/v2ray`:V2Ray 主程序
120-
* `/usr/bin/v2ctl`:V2Ray 辅助工具
121-
* `/usr/local/share/v2ray/geoip.dat`:IP 数据文件
122-
* `/usr/local/share/v2ray/geosite.dat`:域名数据文件
123+
[v2fly/v2fly-core](https://hub.docker.com/r/v2fly/v2fly-core):此 Docker Hub 镜像是在[v2fly/docker](https://github.com/v2fly/docker)中手动构建的,可能存在更新滞后的情况,因此不再推荐使用。

0 commit comments

Comments
 (0)