Gitlab Runner: Replace Docker with Podman

Today we will see how to run a rootless containerized gitlab-runner and their jobs with podman instead of docker. I will use a Debian 11 OS for this demo. “rootless containerized” means your gitlab-runner container and their jobs will be executed in a user scope and not a root one with full power. It is better for your security. ;-) At least gitlab-runner 15.3 and podman 4.2 versions are required....

<span title='2022-11-16 00:00:01 +0000 UTC'>November 16, 2022</span>&nbsp;·&nbsp;3 min&nbsp;·&nbsp;JC