Agent skill

podman

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

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/podman

SKILL.md

Podman — Container Engine

Windows Installation

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

Initialize Podman

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

Uninstallation

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

Run Example

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

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results