summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-pod-create.1.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-09-21 20:12:06 -0400
committerGitHub <noreply@github.com>2021-09-21 20:12:06 -0400
commit8e2d25e93706190acf25bcf74bd18cdf98fb3a12 (patch)
tree1c79a8a8700573e3c4ba033f1eb9f79120f3fd33 /docs/source/markdown/podman-pod-create.1.md
parent79816798c2b98e42f0a5590c250c0fb3b2bf2521 (diff)
parent738f2b36e33e25f87edb5f6b60fa993e1fe6176b (diff)
downloadpodman-8e2d25e93706190acf25bcf74bd18cdf98fb3a12.tar.gz
podman-8e2d25e93706190acf25bcf74bd18cdf98fb3a12.tar.bz2
podman-8e2d25e93706190acf25bcf74bd18cdf98fb3a12.zip
Merge pull request #11641 from TomSweeneyRedHat/dev/tsweeney/myalias
[CI:DOCS] Add network alias note in man pages
Diffstat (limited to 'docs/source/markdown/podman-pod-create.1.md')
-rw-r--r--docs/source/markdown/podman-pod-create.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-pod-create.1.md b/docs/source/markdown/podman-pod-create.1.md
index a1540672c..fcb8ddeb9 100644
--- a/docs/source/markdown/podman-pod-create.1.md
+++ b/docs/source/markdown/podman-pod-create.1.md
@@ -157,7 +157,7 @@ Set network mode for the pod. Supported values are:
#### **--network-alias**=strings
-Add a DNS alias for the container. When the container is joined to a CNI network with support for the dnsname plugin, the container will be accessible through this name from other containers in the network.
+Add a DNS alias for the pod. When the pod is joined to a CNI network with support for the dnsname plugin, the containers inside the pod will be accessible through this name from other containers in the network.
#### **--no-hosts**