Xray is a platform for building proxies to bypass network restrictions.
8.8K
Xray-core is a platform for building proxies to bypass network restrictions. This Docker image provides a lightweight, secure proxy solution with geolocation data support.
docker run -d \
--name xray \
-p 8080:8080 \
-v /path/to/config:/usr/local/etc/xray \
jerryin/xray:latest
The image includes default empty configuration files:
00_log.json - Logging configuration01_api.json - API settings02_dns.json - DNS configuration03_routing.json - Routing rules04_policy.json - Policy settings05_inbounds.json - Inbound connections06_outbounds.json - Outbound connections07_transport.json - Transport settings08_stats.json - Statistics09_reverse.json - Reverse proxy settingsMount your custom configuration directory to /usr/local/etc/xray to override defaults.
/usr/local/etc/xray - Configuration files/var/log/xray - Log filesTZ - Timezone (default: Etc/UTC)Content type
Image
Digest
sha256:ef527935c…
Size
21.5 MB
Last updated
6 months ago
docker pull jerryin/xray