Skip to content

Commit

Permalink
fix: issue containers#91, steps missing on readme_podman
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorMRC committed May 29, 2022
1 parent 41c9f66 commit 1274130
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README_PODMAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ sudo apparmor_parser -r /etc/apparmor.d/usr.sbin.dnsmasq
## Build and install

1. using git, clone the *github.com/containers/dnsname* repository.
2. make install PREFIX=/usr -- this will install the dnsname plugin into /usr/libexec/cni where
2. make binaries -- this will generate the binary file of the project into ./bin
3. make install PREFIX=/usr -- this will install the dnsname plugin into /usr/libexec/cni where
your CNI plugins should already exist.

## Configure a CNI network for Podman
Expand Down Expand Up @@ -77,7 +78,5 @@ podman rulez

## Enabling name resolution on the default Podman network
After making sure the *dnsplugin* is functioning properly, you can add name resolution to your default Podman
network. This can be done two different ways:

1. Add the *dnsname* plugin as described in above to your default Podman network. This default network is
network. To do so add the *dnsname* plugin as described in above to your default Podman network. This default network is
usually `/etc/cni/net.d/87-podman-bridge.conflist`.

0 comments on commit 1274130

Please sign in to comment.