Automatic detection failed (macOs Catalina)
See original GitHub issueBoth lima and podman are installed:
# which podman
/usr/local/bin/podman
# podman --version
podman version 3.4.4
# which lima
/usr/local/bin/lima
# lima --version
limactl version 0.8.2
macOS Catalina 10.15.7
Checked lima shell and it seems to be OK. Explicitly selecting the podman executable does nothing. Toggle Developer Tools option on the menu is not working.
If you need further information please ask I’ll be glad to help.
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Diagnose problems with your Mac - Apple Support
Apple Diagnostics is a tool you can use to diagnose problems with your computer's internal hardware, such as the logic board, memory, and...
Read more >How to Fix Wi-Fi Problems with macOS Catalina - SoftwareHow
Create a New Network Location. First, open System Preferences, then Network. Click on the Location drop-down menu (it currently says Automatic) ...
Read more >Troubleshooting MacOS Catalina Problems - OSXDaily
Some Mac users have reported a variety of problems with MacOS Catalina, ranging from installations getting stuck or taking abnormally long, ...
Read more >Known issues with macOS 10.15 Catalina and ... - KB Parallels
Issue Current Status
macOS Catalina as a host operating system macOS Catalina as a host operating s...
1 Windows Applications folder in the Dock is...
Read more >Mac stuck in restart cycle after failed macOS Catalina update
Reboot and go into recovery mode again (press cmd + r during reboot). This time when the options pull up, choose "Restore from...
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
Thanks, that was fast 😃 It works, I was waiting for this so I could test the volume mounting (with which I’m struggling right now). In Docker desktop I remember I could choose the folder for mounting the volumes for certain containers. There’s no such clarity in Podman Desktop companion, also it doesn’t place the chosen name in the volume configuration, it always places an assigned hash. When creating a volume I guess most of the options can have fixed values (volume type or other mounting options), some option selectors to ease non-expert users (like me) would be nice.
Another thing is that to make the example command work (or any ther podman command) I first have to export the CONTAINER_HOST environment variable from the terminal. Otherwise podman does not work.
A I said, I’ll be happy to help you as long as it doesn’t exceed what I can do 😃 I can share my particular use case if it may help in some way. Best regards and thanks again.
@jsanta Yes, it is true, this is it, that
useLima: false
is not proper, thank you for the awesome report. I am investigating and will issue a fix asap.