summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-create.1.md
diff options
context:
space:
mode:
authorTomSweeneyRedHat <tsweeney@redhat.com>2021-09-17 18:24:36 -0400
committerTomSweeneyRedHat <tsweeney@redhat.com>2021-09-21 18:15:54 -0400
commit738f2b36e33e25f87edb5f6b60fa993e1fe6176b (patch)
tree1c79a8a8700573e3c4ba033f1eb9f79120f3fd33 /docs/source/markdown/podman-create.1.md
parent79816798c2b98e42f0a5590c250c0fb3b2bf2521 (diff)
downloadpodman-738f2b36e33e25f87edb5f6b60fa993e1fe6176b.tar.gz
podman-738f2b36e33e25f87edb5f6b60fa993e1fe6176b.tar.bz2
podman-738f2b36e33e25f87edb5f6b60fa993e1fe6176b.zip
[CI:DOCS] Add network alias note in man pages
Adds a note about the limitation of network aliases to the man pages This should satisfy https://issues.redhat.com/browse/RUN-1189 Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-create.1.md')
-rw-r--r--docs/source/markdown/podman-create.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md
index 0c48f105e..c3e2bbfca 100644
--- a/docs/source/markdown/podman-create.1.md
+++ b/docs/source/markdown/podman-create.1.md
@@ -682,7 +682,7 @@ Valid _mode_ values are:
#### **--network-alias**=*alias*
-Add network-scoped alias for the container
+Add network-scoped alias for the container. NOTE: A container will only have access to aliases on the first network that it joins. This is a limitation that will be removed in a later release.
#### **--no-healthcheck**