Configuring container networking with Podman
The network layer does not have DNS resolve available between containers. This topic provides information on the network configurations needed to resolve network or DNS issues in Podman environments.
Ensure that the podman-compose version is 1.0.4 or higher. To update podman-compose, run the following command.
curl -o /usr/local/bin/podman-compose https://raw.githubusercontent.com/containers/podman-compose/devel/podman_compose.py
chmod +x /usr/local/bin/podman-compose
If you are using Red Hat® Enterprise Linux® and Podman, you must configure the RHEL nodes to ensure the connections are successful.
Note: All commands provided require running as ROOT or SUDO access. If not running as root user, preface the commands in steps 1 and 2 with sudo
.
-
Run the command to install Netavark.
dnf install netavark
-
Place the
containers.conf
file in edit mode.Insert the following lines:sudo vi /etc/containers/containers.conf
[network] network_backend = "netavark"
-
Do a force reset.
podman system reset --force
-
Bind Sametime to port 443.
sysctl net.ipv4.ip_unprivileged_port_start=443
Parent Topic: Installing Sametime in a Docker or Podman environment