Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save daubac402/5db800f6af56b7fd9b204a162d4b244b to your computer and use it in GitHub Desktop.
Save daubac402/5db800f6af56b7fd9b204a162d4b244b 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"

Credit to https://camillehdl.dev/podman-machine-stuck-currently-starting/

If podman machine list (or Podman Desktop) shows your machine “Currently starting” but it never actually starts, this might help you.

Steps

Find the file ~/.config/containers/podman/machine/applehv/<your podman machine name>.json (in my case, ~/.config/containers/podman/machine/applehv/podman-machine-default.json) and edit it.

Near the end of the file, change "Starting":true to "Starting":false

If you're using vim, $ may help to go to the end of line :)

The machine should now start as expected.

Ref: containers/podman#16945

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment