Remove duplicate sentences from Published ports section

Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
This commit is contained in:
Radoslav Dimitrov 2020-10-02 16:14:52 +03:00
parent c3bcd2bc6c
commit 9d75707c3f
1 changed files with 1 additions and 4 deletions

View File

@ -24,10 +24,7 @@ it does not publish any of its ports to the outside world. To make a port availa
to services outside of Docker, or to Docker containers which are not connected to
the container's network, use the `--publish` or `-p` flag. This creates a firewall
rule which maps a container port to a port on the Docker host to the outside world.
Here are some examples. To make a port available to services outside of Docker, or
to Docker containers which are not connected to the container's network, use the
`--publish` or `-p` flag. This creates a firewall rule which maps a container
port to a port on the Docker host. Here are some examples.
Here are some examples.
| Flag value | Description |
|---------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|