Creating Podman container systemd unit files for rootless containers
By default Docker or Podman doesn’t have any systemd unit to start the container during a reboot. Let’s see how to create a systemd unit file for a rootless container and manage how to start, stop, restart and check the status of the container. For reference, container name and application user used in this guide. ... Read More