aboutsummaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-network-connect.1.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-07-22 19:30:25 +0200
committerGitHub <noreply@github.com>2022-07-22 19:30:25 +0200
commit94e97df47b576f14757e94a45199c220335bc3e9 (patch)
tree0d5e97a334d2ba2f3ee0a0cd998278cd7b27f327 /docs/source/markdown/podman-network-connect.1.md
parent05618a55c96132b102c239fc5f020776dd6b0313 (diff)
parentcbdda4e56e5bd462e4fdf9b5dd38052cf29e3850 (diff)
downloadpodman-94e97df47b576f14757e94a45199c220335bc3e9.tar.gz
podman-94e97df47b576f14757e94a45199c220335bc3e9.tar.bz2
podman-94e97df47b576f14757e94a45199c220335bc3e9.zip
Merge pull request #15039 from Luap99/cni-doc
[CI:DOCS] docs: remove CNI word where it is not applicable
Diffstat (limited to 'docs/source/markdown/podman-network-connect.1.md')
-rw-r--r--docs/source/markdown/podman-network-connect.1.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/source/markdown/podman-network-connect.1.md b/docs/source/markdown/podman-network-connect.1.md
index c3eef4038..d1718b812 100644
--- a/docs/source/markdown/podman-network-connect.1.md
+++ b/docs/source/markdown/podman-network-connect.1.md
@@ -12,10 +12,10 @@ Once connected, the container can communicate with other containers in the same
## OPTIONS
#### **--alias**=*name*
-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.
+Add network-scoped alias for the container. If the network has DNS enabled (`podman network inspect -f {{.DNSEnabled}} <NAME>`),
+these aliases can be used for name resolution on the given network. Multiple *--alias* options may be specified as input.
+NOTE: When using CNI a container will only have access to aliases on the first network that it joins. This limitation does
+not exist with netavark/aardvark-dns.
#### **--ip**=*address*
Set a static ipv4 address for this container on this network.
@@ -44,7 +44,7 @@ podman network connect --ip 10.89.1.13 test web
```
## SEE ALSO
-**[podman(1)](podman.1.md)**, **[podman-network(1)](podman-network.1.md)**, **[podman-network-disconnect(1)](podman-network-disconnect.1.md)**
+**[podman(1)](podman.1.md)**, **[podman-network(1)](podman-network.1.md)**, **[podman-network-inspect(1)](podman-network-inspect.1.md)**, **[podman-network-disconnect(1)](podman-network-disconnect.1.md)**
## HISTORY
November 2020, Originally compiled by Brent Baude <bbaude@redhat.com>