gists/v2ray

By gists

Updated 6 days ago

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

Image
10

5M+

gists/v2ray repository overview

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

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

Tag summary

Content type

Image

Digest

sha256:733ee9b55

Size

21.7 MB

Last updated

6 days ago

docker pull gists/v2ray