From 19f60997776364d6bbccde62c03a63323d06b1de Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 17 Jun 2015 12:39:14 -0400 Subject: [PATCH] minor doc fixes --- cloud/docker/docker.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/cloud/docker/docker.py b/cloud/docker/docker.py index 2d33424d8af..f9e96c21eb2 100644 --- a/cloud/docker/docker.py +++ b/cloud/docker/docker.py @@ -59,11 +59,10 @@ options: version_added: "1.5" ports: description: - - List containing private to public port mapping specification. 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 - - a host interface. The container ports need to be exposed either in the - - Dockerfile or via the next option. + - "List containing private to public port mapping specification. + 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 - a host interface. + The container ports need to be exposed either in the Dockerfile or via the C(expose) option." default: null version_added: "1.5" expose: