Fix podman run in rootless-podman container
There is an issue currently open for the rootless-podman container, requesting a solution for fixing podman run within the container. Currently podman run doesn't work when running the rootless-podman image locally or running it within a kubernetes cluster. While we're not sure if rootless-podman is expected to allow running podman run, we'd like to resolve this issue if possible to support other users attempting to use this image in their environments.
The error we're currently seeing when running this locally is,
WARN[0001] Failed to add conmon to systemd sandbox cgroup: dial unix /run/systemd/private: connect: no such file or directory
Error: OCI runtime error: systemd cgroup flag passed, but systemd support for managing cgroups is not available
Edited by Kenneth Maguire