podman

an open source Open Container Initiative-compliant container management tool from Red Hat used for handling containers, images, volumes, and pods on the Linux operating system

Created: by Pradeep GowdaUpdated:Aug 31, 2024

Homepage: Podman

Transitioning from Docker to Podman - Red Hat Developer; HN

Colima is an alternative for podman on macOS

User Notes

Add docker.io to podman container registry

Edit /etc/containers/registries.conf and add the following:

[registries.search]
registries = ['docker.io', 'quay.io', 'registry.fedoraproject.org']

[registries.insecure]
registries = []

[registries.block]
registries = []