Skip to content
Snippets Groups Projects
Commit 212b71f5 authored by Brent Baude's avatar Brent Baude
Browse files

change references from libpod to podman


also include a small grammar change

Signed-off-by: default avatarBrent Baude <bbaude@redhat.com>
parent 8a6a8a4e
No related branches found
No related tags found
No related merge requests found
...@@ -3,11 +3,11 @@ ...@@ -3,11 +3,11 @@
## Overview ## Overview
This plugin sets up the use of dnsmasq on a given CNI network so that Pods can resolve each other by name. When configured, This plugin sets up the use of dnsmasq on a given CNI network so that Pods can resolve each other by name. When configured,
the pod and its IP address are added to a network specific hosts file that dnsmasq will read in. Similarly, when a pod the pod and its IP address are added to a network specific hosts file that dnsmasq reads in. Similarly, when a pod
is removed from the network, it will remove the entry from the hosts file. Each CNI network will have its own dnsmasq is removed from the network, it will remove the entry from the hosts file. Each CNI network will have its own dnsmasq
instance. instance.
The *dnsname* plugin was specifically designed for the [Podman](https://github.com/containers/libpod) container engine. The *dnsname* plugin was specifically designed for the [Podman](https://github.com/containers/podman) container engine.
Follow the [mini-tutorial](README_PODMAN.md) to use it with Podman. Follow the [mini-tutorial](README_PODMAN.md) to use it with Podman.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment