From 738f2b36e33e25f87edb5f6b60fa993e1fe6176b Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Fri, 17 Sep 2021 18:24:36 -0400 Subject: [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 --- docs/source/markdown/podman-network-connect.1.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/source/markdown/podman-network-connect.1.md') diff --git a/docs/source/markdown/podman-network-connect.1.md b/docs/source/markdown/podman-network-connect.1.md index 47a54bd33..39893c676 100644 --- a/docs/source/markdown/podman-network-connect.1.md +++ b/docs/source/markdown/podman-network-connect.1.md @@ -14,6 +14,8 @@ Once connected, the container can communicate with other containers in the same #### **--alias** Add network-scoped alias for the container. If the network is using the `dnsname` CNI plugin, these aliases can be used for name resolution on the given network. Multiple *--alias* options may be specified as input. +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. ## EXAMPLE -- cgit v1.2.3-54-g00ecf