Add Container name

This commit is contained in:
2018-11-01 01:40:30 +08:00
parent f880ab2ebe
commit 9c3552d9b9

View File

@ -8,6 +8,7 @@
sudo docker run --device=/dev/ppp \
--cap-add=NET_ADMIN \
--restart=always \
-p 65356:2200 pinlin/gectunnel
-p 65356:2200 \
--name gectunnel pinlin/gectunnel
```