mirror of https://github.com/docker/docs.git
Remove duplicate sentences from Published ports section
Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
This commit is contained in:
parent
c3bcd2bc6c
commit
9d75707c3f
|
@ -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 |
|
||||
|---------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
|
|
Loading…
Reference in New Issue