Merge pull request #27859 from ticosax/clarify-doc-port-bindings

[dockerng] Clarify doc port bindings
This commit is contained in:
Erik Johnson 2015-10-12 11:06:27 -05:00
commit e96d06d71a

View file

@ -1089,7 +1089,7 @@ def running(name,
- port_bindings:
- 5000:5000
- 2123:2123/udp
- 8080
- "8080"
.. note::