From 9d75707c3fbf65e55d98866622881ac97c9a42a1 Mon Sep 17 00:00:00 2001 From: Radoslav Dimitrov Date: Fri, 2 Oct 2020 16:14:52 +0300 Subject: [PATCH] Remove duplicate sentences from Published ports section Signed-off-by: Radoslav Dimitrov --- config/containers/container-networking.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config/containers/container-networking.md b/config/containers/container-networking.md index 800a369d39..a7283e7317 100644 --- a/config/containers/container-networking.md +++ b/config/containers/container-networking.md @@ -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 | |---------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|