summaryrefslogtreecommitdiff
path: root/README_PODMAN.md
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2020-11-02 09:49:13 -0600
committerbaude <bbaude@redhat.com>2020-11-02 12:08:25 -0600
commit49d860ffd92e389d8d7ab7f0a6918e48d76a3f2f (patch)
treed4de3ffb49bbea85dbc1a97fc961a41a2c0fc415 /README_PODMAN.md
parent5ea68141aea03ba7ffeca44a899a1e7854549bdf (diff)
pass aliases to dns masq
when podman passes us aliases, we need to make sure we pass this onto the dnsmasq file so container name resolution will honor them. Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'README_PODMAN.md')
-rw-r--r--README_PODMAN.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/README_PODMAN.md b/README_PODMAN.md
index bccc99a..8709f9e 100644
--- a/README_PODMAN.md
+++ b/README_PODMAN.md
@@ -23,14 +23,7 @@ should already exist.
## Configure a CNI network for Podman
1. Create a new network using `podman network create`. For example, `podman network create foobar` will suffice.
-2. Using your favorite editor, edit `/etc/cni/net.d/foobar.conflist` and add the following with the plugins stanza:
-```
- {
- "type": "dnsname",
- "domainName": "podman.io"
- }
-
-```
+
The following example [configuration file](example/cni-podman1.conflist) shows a usable example for Podman.
## Example: container name resolution