minor doc fixes

reviewable/pr18780/r1
Brian Coca 9 years ago
parent 0fda4a2a30
commit 19f6099777

@ -59,11 +59,10 @@ options:
version_added: "1.5" version_added: "1.5"
ports: ports:
description: description:
- List containing private to public port mapping specification. Use docker - "List containing private to public port mapping specification.
- 'CLI-style syntax: C(8000), C(9000:8000), or C(0.0.0.0:9000:8000)' Use docker 'CLI-style syntax: C(8000), C(9000:8000), or C(0.0.0.0:9000:8000)'
- where 8000 is a container port, 9000 is a host port, and 0.0.0.0 is where 8000 is a container port, 9000 is a host port, and 0.0.0.0 is - a host interface.
- a host interface. The container ports need to be exposed either in the The container ports need to be exposed either in the Dockerfile or via the C(expose) option."
- Dockerfile or via the next option.
default: null default: null
version_added: "1.5" version_added: "1.5"
expose: expose:

Loading…
Cancel
Save