[unofficial] Xray. based on alpine and building from source code.
10K+
Dockerfile https://github.com/vgist/dockerfiles/tree/master/xray
Automatically built by Github Actions
docker run \
-d \
--name xray \
-p 12345:1080 \
-v $(pwd)/config.json:/etc/xray/config.json \
gists/xray
v2ray:
image: gists/xray
ports:
- "12345:1080"
volumes:
- ./config.json:/etc/xray/config.json
restart: always
Content type
Image
Digest
sha256:279dee4ef…
Size
19.2 MB
Last updated
6 months ago
docker pull gists/xray