Note: podman support is experimental at this point of time. Additionally, Please read through the following notes on rootless podman on podman github
systemctl --user enable --now podman.socket
Check using:
cat "/sys/fs/cgroup/user.slice/user-$(id -u).slice/user@$(id -u).service/cgroup.controllers"
if it shows only memory pids
do the following:
sudo su
vim /etc/systemd/system/[email protected]/delegate.conf
add the following content.
[Service]
Delegate=memory pids cpu cpuset
Logout and login again.
Use the following option in executor YAML config to point drove to podman rootless socket
options:
# other options
dockerSocketPath: /path/to/podman.sock