Skip to content

Instantly share code, notes, and snippets.

View lucarottiers's full-sized avatar
🎧
There is no place like 127.0.0.1

Luca Rottiers lucarottiers

🎧
There is no place like 127.0.0.1
View GitHub Profile

Podman Cheatsheet

This cheat sheet covers the commands used for working with Podman, a popular tool for managing containers. Podman commands are mostly compatible with Docker. As stated on the Podman landing page, "Podman is a daemonless, open source, Linux native tool designed to make it easy to find, run, build, share and deploy applications using Open Containers Initiative (OCI) Containers and Container Images."

Image repositories

# List all local images
podman images
# Remove (forced) a local image from the local cache