Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy authored Feb 23, 2020
1 parent 5be159b commit e6b574b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# trojan

docker 运行
`
#systemctl可用
docker run -d --name test --net=host --privileged trojan-manager /sbin/init
#容器里面操作容器
docker run -it -d --name test -v /var/run/docker.sock:/var/run/docker.sock -v `which docker`:`which docker` centos tail -f
`

0 comments on commit e6b574b

Please sign in to comment.