It’s container alternative for Docker, I’ve used Docker for few years, and wanted to see what Podman is about. Keypoints that brough my attention are:

  • Deamon-less architecture, so containers are under user starting them.
  • Root-less first approach - by default containers don’t have root privileges.
  • I’m not using swarm, and lack of it is not a problem.