Closed tnk4on closed 9 months ago
Why not just set the environment variable DOCKER_HOST=unix:///path/to/your/podman.sock instead of symlinking?
Yes, using the DOCKER_HOST environment variable definitely works.
The issue here is that the behavior of podman-mac-helper
as a standard bundled tool for Podman in macOS is not consistent.
ah ok i get you, so either yes the helper has to delete the symlink which it created, or refactor to use the (more sane option imho) environment var
Issue Description
Enabled podman-mac-helper and created a symbolic link to docker.sock. After that, disabling podman-mac-helper does not delete the created docker.sock symlink.
Steps to reproduce the issue
Steps to reproduce the issue
Describe the results you received
Describe the results you expected
podman info output
Podman in a container
No
Privileged Or Rootless
None
Upstream Latest Release
Yes
Additional environment details
Additional information
Because of this issue, the Docker Compatibility behavior of Podman Desktop is mismatched with the podman-mac-helper state.