Sign inSign up

gists/xray

By gists

Updated 6 months ago

[unofficial] Xray. based on alpine and building from source code.

Image
2

10K+

gists/xray repository overview

Dockerfile https://github.com/vgist/dockerfiles/tree/master/xray

Automatically built by Github Actions

Creating an instance:
docker run \
    -d \
    --name xray \
    -p 12345:1080 \
    -v $(pwd)/config.json:/etc/xray/config.json \
    gists/xray
Compose example:
v2ray:
    image: gists/xray
    ports:
        - "12345:1080"
    volumes:
        - ./config.json:/etc/xray/config.json
  restart: always

Tag summary

Content type

Image

Digest

sha256:279dee4ef

Size

19.2 MB

Last updated

6 months ago

docker pull gists/xray