diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-09-21 20:12:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 20:12:06 -0400 |
commit | 8e2d25e93706190acf25bcf74bd18cdf98fb3a12 (patch) | |
tree | 1c79a8a8700573e3c4ba033f1eb9f79120f3fd33 /docs/source/markdown/podman-network-connect.1.md | |
parent | 79816798c2b98e42f0a5590c250c0fb3b2bf2521 (diff) | |
parent | 738f2b36e33e25f87edb5f6b60fa993e1fe6176b (diff) | |
download | podman-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-network-connect.1.md')
-rw-r--r-- | docs/source/markdown/podman-network-connect.1.md | 2 |
1 files changed, 2 insertions, 0 deletions
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 |