From 30051c2f5b84308328b2271da88b34da2180c918 Mon Sep 17 00:00:00 2001 From: Viacheslav Dubrovskyi <vdubrovskyi@oroinc.com> Date: Fri, 24 Dec 2021 10:21:38 +0200 Subject: [PATCH] Update README.md. Add link to podman dns plugin source --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 993a5ed..ce95eb3 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ This project focus on: This project only depend on: * `podman` +* [podman dnsname plugin](https://github.com/containers/dnsname) (Optional requirement. If necessary, the containers be able to resolve each other if they are on the same CNI network. In distributions, it is usually found in the `podman-plugins` package) * Python3 * [PyYAML](https://pyyaml.org/) * [python-dotenv](https://pypi.org/project/python-dotenv/) @@ -99,7 +100,7 @@ which have - a django tasks -When testing the `AWX3` example, if you got errors just wait for db migrations to end. +When testing the `AWX3` example, if you got errors just wait for db migrations to end. There is also AWX 17.1.0 ## Tests