Podman desktop stuck initializing on macOS
See original GitHub issueBug description
I have Podman 4.3.1 installed on my system (via the macOS install package here). When I download Podman Desktop and run it, it sits at the “Initializing” page and never seems to progress:
I can confirm that I’m able to use podman just fine via my terminal, and I have a podman machine presently running (podman machine info
output is pasted below).
There also doesn’t seem to be any noticeable option to see what step(s) it may be stuck or hanging on.
Operating system
macOS Monterey 12.6.1 (Intel)
Version
0.10.0
Steps to reproduce
on macOS:
- Install Podman 4.3.1
- Install latest Podman Desktop
- Start Podman Desktop
Relevant log output
I don't see any log output available from Podman Desktop
Additional context
johncollier@jcollier-mac ~ % podman machine info
Host:
Arch: amd64
CurrentMachine: podman-machine-default
DefaultMachine: podman-machine-default
EventsDir: /var/folders/bp/5pzqwrtj79xf5pstx7fk9ybc0000gn/T/podman-run--1/podman
MachineConfigDir: /Users/johncollier/.config/containers/podman/machine/qemu
MachineImageDir: /Users/johncollier/.local/share/containers/podman/machine/qemu
MachineState: Running
NumberOfMachines: 1
OS: darwin
VMType: qemu
Version:
APIVersion: 4.3.1
Built: 1668090415
BuiltTime: Thu Nov 10 09:26:55 2022
GitCommit: 814b7b003cc630bf6ab188274706c383f9fb9915
GoVersion: go1.19
Os: darwin
OsArch: darwin/amd64
Version: 4.3.1
Issue Analytics
- State:
- Created 10 months ago
- Comments:7
Top Results From Across the Web
Troubleshooting | Podman Desktop
After this, you can start off again by initializing a new Podman Machine and loading up the containers. Unable to set custom binary...
Read more >`podman machine init` fails on M1 Macbook Air with exit status 1
Steps to reproduce the issue: Run brew install podman && podman machine init on M1 Macbook Air ... I don't see any flags...
Read more >Can't get Podman to run on an Mac M1 Monterey
To avoid this problem, just execute qemu, even with invalid options (just to initialize), before call "podman machine start".
Read more >WTF is up with Docker desktop on macOS? - Reddit
I gave up docker desktop on MacOS then switched to podman. Works, but I am not so sure about stability since it's quite...
Read more >MinIO, Podman, and Apple Silicon
To run Docker on my Mac means Docker Desktop, which I don't actually use day to day, so why not skip what I...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Will be fixed by https://github.com/containers/podman-desktop/pull/953
Thanks for the detailed report 🙏