Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save daubac402/0f873a40d68c86a9909ddb89f90dec2d to your computer and use it in GitHub Desktop.
Save daubac402/0f873a40d68c86a9909ddb89f90dec2d to your computer and use it in GitHub Desktop.
How to fix podman machine stuck on "Currently starting"

How to fix podman machine stuck on "Currently starting"

  1. Find the file ~/.config/containers/podman/machine/applehv/<your podman machine name>.json (In my case: podman-machine-default.json)
  2. Near the end of the file, change "Starting":true to "Starting":false
  3. Back to your Podman and restart it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment