We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6845b64 commit af94b0aCopy full SHA for af94b0a
content/en/docs/concepts/containers/images.md
@@ -25,7 +25,7 @@ This page provides an outline of the container image concept.
25
26
Container images are usually given a name such as `pause`, `example/mycontainer`, or `kube-apiserver`.
27
Images can also include a registry hostname; for example: `fictional.registry.example/imagename`,
28
-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`.
29
30
If you don't specify a registry hostname, Kubernetes assumes that you mean the Docker public registry.
31
0 commit comments