Earthly, Podman And Docker Compose

Podman is a daemonless container engine for developing, managing, and running OCI containers on your Linux System. With podman, containers can either be run as root or in rootless mode, which improves security as an attacker will not have root privileges over your system. It has a CLI that serves as a drop-in replacement for Docker to make migration easier, so most users can alias Docker to podman without any issues.

The tutorial covers:

  • installing podman 4
  • configuring rootless
  • working with image registries
  • running docker compose
  • building with Earthly

Continue reading on earthly.dev »