Up to 50% off all plan, limited-time offer. Starting at $2.48.

Podman

Open-source tools to run containers, manage pods, and work smoothly with Kubernetes.

Useful Commands

Check running containers:

podman ps

See ALL containers:

podman ps -a

View logs:

podman logs <container-name>

Restart a container:

podman restart <container-name>

Important Files & Directories

  • Global Podman configuration → /etc/containers
  • Rootful Podman storage → /var/lib/containers
  • Runtime container storage (temporary) → /run/containers

Application Details