mirror of https://github.com/docker/docs.git
Fix "it's" typo on container-networking.md (#16869)
This commit is contained in:
parent
83a7a28178
commit
2925db2b95
|
@ -20,7 +20,7 @@ This page describes networking from the point of view of the container.
|
||||||
## Published ports
|
## Published ports
|
||||||
|
|
||||||
By default, when you create or run a container using `docker create` or `docker run`,
|
By default, when you create or run a container using `docker create` or `docker run`,
|
||||||
the container doesn't expose any of it's ports to the outside world.
|
the container doesn't expose any of its ports to the outside world.
|
||||||
To make a port available to services outside of Docker,
|
To make a port available to services outside of Docker,
|
||||||
or to Docker containers running on a different network,
|
or to Docker containers running on a different network,
|
||||||
use the `--publish` or `-p` flag.
|
use the `--publish` or `-p` flag.
|
||||||
|
|
Loading…
Reference in New Issue