Skip to content

Rootless containers

Rootless containers are containers that run without requiring root (administrator) privileges on the host system^[400-devops-03-containerization-podman.md].

Benefits

Running containers as a non-root user increases security.^[400-devops-03-containerization-podman.md] This approach aligns with the principle of least privilege, ensuring that the container process does not have unnecessary access to the host system.

  • Podman: Podman is a container engine that facilitates rootless container management and does not require a daemon process to run^[400-devops-03-containerization-podman.md].
  • [[Docker]]
  • [[Containerization]]

Sources

  • 400-devops-03-containerization-podman.md