Installing Podman

You can install Podman on Red Hat® Enterprise Linux® 8 operating systems.

Procedure

Install Podman by using the information in the RHEL8 documentation in the Podman Installation Instructions.

What to do next

When Podman is installed, complete the following steps:

  1. From the command line or an editor such as Gedit, locate the following file:

    /etc/containers/containers.conf

  2. Set the maximum size in bytes for the log files by entering log_size_max=SIZE in the containers section.

    For example, set the maximum size to 20 MiB as follows:

    [containers]
    log_size_max=20971520