Skip to content
Snippets Groups Projects
Unverified Commit f300b306 authored by OpenShift Merge Robot's avatar OpenShift Merge Robot Committed by GitHub
Browse files

Merge pull request #32 from baude/libpodtopodman

change references from libpod to podman
parents 8a6a8a4e 212b71f5
No related branches found
No related tags found
No related merge requests found
......@@ -3,11 +3,11 @@
## 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,
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
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.
......
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