Fix documentation related to docker port_bindings

This commit is contained in:
Bruno Binet 2014-01-04 11:28:57 +01:00
parent e4562929e3
commit c374214d4d
2 changed files with 8 additions and 8 deletions

View file

@ -77029,8 +77029,8 @@ my_service:
\- container: mysuperdocker
\- port_bindings:
"5000/tcp":
\- HostIp: ""
\- HostPort: "5000"
\HostIp: ""
\HostPort: "5000"
.ft P
.fi
.UNINDENT
@ -77306,8 +77306,8 @@ a mapping port\(aqs guest, hostname\(aqs host and port\(aqs host.
.ft C
\- port_bindings:
"5000/tcp":
\- HostIp: ""
\- HostPort: "5000"
\HostIp: ""
\HostPort: "5000"
.ft P
.fi
.UNINDENT

View file

@ -59,8 +59,8 @@ Available Functions
- container: mysuperdocker
- port_bindings:
"5000/tcp":
- HostIp: ""
- HostPort: "5000"
HostIp: ""
HostPort: "5000"
- absent
@ -577,8 +577,8 @@ def running(name, container=None, port_bindings=None, binds=None,
- port_bindings:
"5000/tcp":
- HostIp: ""
- HostPort: "5000"
HostIp: ""
HostPort: "5000"
'''
is_running = __salt('docker.is_running')(container)
if is_running: