Fixing typo in Publish ports table. (#6808)

This commit is contained in:
Jonathan Lee 2018-06-03 23:31:39 -04:00 committed by Gwendolynne Barr
parent d23bc16180
commit 73680bc5c4
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ routing on the individual Docker daemon hosts.
| `-p 8080:80` | Map TCP port 80 in the container to port 8080 on the overlay network. |
| `-p 8080:80/udp` | Map UDP port 80 in the container to port 8080 on the overlay network. |
| `-p 8080:80/sctp` | Map SCTP port 80 in the container to port 8080 on the overlay network. |
| `-p 8080:80/tcp -p 8080:80/udp` | Map TCP port 80 in the container to TCP port 8080 on the overlay network, and map UDP port 80 in the container to UDP port 8080 on the overlay networkt. |
| `-p 8080:80/tcp -p 8080:80/udp` | Map TCP port 80 in the container to TCP port 8080 on the overlay network, and map UDP port 80 in the container to UDP port 8080 on the overlay network. |
### Container discovery