Fix typo in images.md

This commit is contained in:
ztaylor797
2021-05-12 10:22:56 -05:00
committed by GitHub
parent 6845b647bb
commit af94b0a118
@@ -25,7 +25,7 @@ This page provides an outline of the container image concept.
Container images are usually given a name such as `pause`, `example/mycontainer`, or `kube-apiserver`.
Images can also include a registry hostname; for example: `fictional.registry.example/imagename`,
and possible a port number as well; for example: `fictional.registry.example:10443/imagename`.
and possibly a port number as well; for example: `fictional.registry.example:10443/imagename`.
If you don't specify a registry hostname, Kubernetes assumes that you mean the Docker public registry.