Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy authored Feb 23, 2020
1 parent e6b574b commit 5ca9e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +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 5ca9e75

Please sign in to comment.