Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 285 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 285 Bytes

Trojan Docker

Dockerfile for building a trojan docker image.

Build Trojan Docker Image

  1. Clone this repository.
$ git clone https://github.com/trojan-gfw/trojan-docker.git
  1. Build docker image with docker build.
$ sudo docker build -t="trojan" .