Fix "it's" typo on container-networking.md (#16869)

This commit is contained in:
Ben Hubsch 2023-03-13 05:44:32 -04:00 committed by GitHub
parent 83a7a28178
commit 2925db2b95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ This page describes networking from the point of view of the container.
## Published ports
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,
or to Docker containers running on a different network,
use the `--publish` or `-p` flag.