Skip to content

Instantly share code, notes, and snippets.

@fimars
Created April 4, 2026 12:44
Show Gist options
  • Select an option

  • Save fimars/ea06f21f89ce4b9aa3afe05e74174428 to your computer and use it in GitHub Desktop.

Select an option

Save fimars/ea06f21f89ce4b9aa3afe05e74174428 to your computer and use it in GitHub Desktop.
podman mounts
podman inspect $(podman ps -aq) | jq -r '.[] | "\(.Name):\(.Mounts[] | "\n 📁 \(.Source) → \(.Destination)")"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment