Rootless podman best practice

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

Podman is a daemonless container engine that runs OCI and Docker compatible containers.

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 …

Continue reading

Running djbdns in a podman container

Posted on Sat 08 January 2022 in misc • Tagged with docker, podman

I have been using djbdns for several years now and I still love it. Tiny, secure, maybe not as beginner friendly but I don't mind that. I previously used an RPM file that I first build on Enterprise Linux 6 which cleanly build on EL7 as well, but EL8 is …


Continue reading