You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en_US/guide/install.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,12 +75,13 @@ What's new?
75
75
76
76
The V2Ray Docker Image is also available:
77
77
78
-
*[v2fly/v2fly-core](https://hub.docker.com/r/v2fly/v2fly-core): The `latest` tag will be updated following [v2fly](https://github.com/v2fly/docker-fly)'s latest release. Other versions will be released using the version's tag, e.g. `4.27.0`.
78
+
*[ghcr.io/v2fly/v2ray:latest-extra](https://github.com/v2fly/v2ray-core/pkgs/container/v2ray/625429681?tag=latest-extra): The `latest-extra` tag will be automatically updated with the latest release. Other versions will be released using the version's tag, e.g. `4.27.0`.
79
79
80
80
The Structure of Docker Image:
81
81
82
-
*`/etc/v2ray/config.json`: Config File
83
-
*`/usr/bin/v2ray/v2ray`: V2Ray Main Process
84
-
*`/usr/bin/v2ray/v2ctl`: V2Ctl Commandline Tools
85
-
*`/usr/bin/v2ray/geoip.dat`: GeoIP Data
86
-
*`/usr/bin/v2ray/geosite.dat`: GeoSite Data
82
+
*`/opt/v2ray/etc/config.json`: Config File
83
+
*`/opt/v2ray/bin/v2ray`: V2Ray Main Process
84
+
*`/opt/v2ray/share/geoip.dat`: GeoIP Data
85
+
*`/opt/v2ray/share/geosite.dat`: GeoSite Data
86
+
87
+
*[v2fly/v2fly-core](https://hub.docker.com/r/v2fly/v2fly-core): The docker hub image is manually built in [v2fly](https://github.com/v2fly/docker), so it is not recommended due to the possibility of lacking updates.
0 commit comments