podman

star 0

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

jyasuu By jyasuu schedule Updated 1/22/2026

name: podman description: Container engine alternative to Docker with Windows installation, initialization, and basic usage.

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
Install via CLI
npx skills add https://github.com/jyasuu/cheat-sheet --skill podman
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator