Skip to content

Instantly share code, notes, and snippets.

@hardyscc
Last active November 24, 2024 05:34
Show Gist options
  • Save hardyscc/dc4fbd89a411611628a4b2f5e61aecec to your computer and use it in GitHub Desktop.
Save hardyscc/dc4fbd89a411611628a4b2f5e61aecec to your computer and use it in GitHub Desktop.
Podman on Mac

Podman on Mac

Install

brew install docker-compose kind podman podman-desktop

Check Kind images

podman exec -it $(podman ps --filter "label=io.x-k8s.kind.role=control-plane" --format {{.Names}}) crictl images    
podman exec -it kind-cluster-control-plane crictl images   
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment