The main hurdles when moving from Docker to Podman

The current setup relies on files without a deep understanding of how Docker works. Many online guides and projects assume Docker and provide only files, which makes a move to another tool harder.

The goal is to improve security by running without full administrator rights. Rootless Docker remains an option, but switching directly to Podman seems reasonable if the operating model must change anyway.

The biggest obstacles are the structural differences between the tools and learning how to replace files with Quadlet s. It remains unclear whether existing files are easy to convert, whether services such as Traefik can handle required privileges without trouble, and whether the smaller pool of Podman learning material is enough for solving problems.

Key points

  • The current server setup depends heavily on files.
  • Many projects provide files but no ready-made Podman setup.
  • The main reason to switch is to run for better security.
  • Converting settings to Quadlet is the largest learning barrier.
  • Privilege handling for services such as Traefik and limited Podman remain unresolved.
Read original