Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Podman

Container engine alternative to Docker with Windows installation, initialization, and basic usage.

majiayu000 3cb6e9f 2 files · 1.3 KB Updated 567 repo stars

File contents

Podman — Container Engine

Windows Installation

winget install -e --id RedHat.Podman
winget install -e --id RedHat.Podman-Desktop

Initialize Podman

podman machine init
podman machine set --rootful
podman machine start

Uninstallation

podman machine stop
podman machine rm -f
winget uninstall -e --id RedHat.Podman
winget uninstall -e --id RedHat.Podman-Desktop

Run Example

podman run --rm -it -v E:\data:/mnt/data alpine sh

majiayu000/claude-skill-registry-data/tree/main/data/podman commit 3cb6e9f1af

Frequently asked questions

npx skillmds add majiayu000/podman