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:
-
From the command line or an editor such as Gedit, locate the following file:
/etc/containers/containers.conf
-
Set the maximum size in bytes for the log files by entering
log_size_max=SIZE
in thecontainers
section.For example, set the maximum size to 20 MiB as follows:
[containers]
log_size_max=20971520