minor fix

This commit is contained in:
Baohua Yang
2014-09-14 14:04:30 +08:00
parent a9dddd5bc1
commit f14fddbba8
4 changed files with 8 additions and 7 deletions

View File

@@ -1 +1 @@
#Docker中的网络介绍
#Docker中的网络介绍

View File

@@ -34,4 +34,4 @@ $ docker port nostalgic_morse 5000
比如:
```
$ sudo docker run -d -p 5000:5000 -p 3000:80 training/webapp python app.py
```
```