Configurable Podman install location on Mac
See original GitHub issueIs your enhancement related to a problem? Please describe
The desktop expects Podman to be in several places but doesn’t actually look in the user PATH
which means if the laptop is locked down (i.e. corporate) it won’t work.
Describe the solution you’d like
Either respect user PATH
or allow configuration of where Podman is installed.
Describe alternatives you’ve considered
No response
Additional context
No response
Issue Analytics
- State:
- Created 10 months ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Podman Installation Instructions
Once installed, the podman command can be run directly from the Unix shell in Terminal , where it remotely communicates with the podman...
Read more >Podman Installation on MacOS - LinkedIn
Solution: Add alias docker=podman in .bashrc file if you are using Bash or .zshrc file if you're using zsh). Failed to Parse Registry...
Read more >How Podman runs on Macs and other container FAQs - Red Hat
The first step is to make sure you have a Podman client on your host system. For example, you can do this on...
Read more >How to Install Podman on macOS {+Start & Test Containers}
Install Podman on macOS by following this simple tutorial. The article also shows how to test the installation and get started with Podman....
Read more >Getting Podman to Correctly Mount a Native Folder on a Mac
To allow the Podman VM to mount a folder on the Mac using the ssh protocol, we enable remote login to the macOS....
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
Some notes while I implement this:
package.json
of the podman plugin for automatic loadingscope:
withpackage.json
of it not appearing under Preferences and for now I’ll proceed with implementing with the setting currently appearing underExtensions > Podman
@benoitf Yea, customising the binary location would suffice.