gists/trojan

By gists

Updated over 1 year ago

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

Image
2

500K+

gists/trojan repository overview

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

Custom usage:
docker run \
    -d \
    --name trojan \
    -p 443:443 \
    -v $(pwd)/config.json:/etc/trojan/config.json \
    gists/trojan
Compose example:
trojan:
  image: gists/trojan
  container_name: trojan
  ports:
    - "443:443"
  volumes:
    - ./config.json:/etc/trojan/config.json
  restart: always

Tag summary

Content type

Image

Digest

sha256:1cc97a4c6

Size

5.2 MB

Last updated

over 1 year ago

docker pull gists/trojan