Rootless podman best practice

Posted on Sat 13 May 2023 in misc • Tagged with containers, podman

A podman container can be executed in four ways:

  1. A rootfull container (i.e., the container is started as the host user "root") with a container application running as root. With this the container application has access to system resources, comparable to a docker application running as root. An example …

Continue reading