Florent BENOIT

Results 422 comments of Florent BENOIT

closing over https://github.com/podman-desktop/podman-desktop/issues/9989

suggestion: move out the test that is not working in another PR (so we don't forget), and remove the non-working test from this one then we can iterate in parallel

hello @heydonovan thanks for the report if you click on the light bulb in the status bar, do you see logs ? Also if you go to settings/cli tools and...

how does it work on mac/Intel ? as libkrun is not supported there

wondering if it should not be merged post 1.20.0 or delaying 1.20.0 I don't think we have enough usage data to merge it the same day of a release

hello, if you use `type podman`, where is installed podman ? I would suppose you've two versions of Podman being installed one in `/opt/podman/bin` (installer's version) and one in `/opt/homebrew/bin/`...

> aren't deletion (things that require root/admin access?) in that case you're always prompted as you need to either set the admin password or the fingerprint

hello, podman.sock is a symlink to the file that probably the API is returning to you `podman.sock -> /var/folders/_s/rlbw3qg15vx0j6vr4l7kd1hm0000gn/T/podman/podman-machine-default-api.sock` inspect returns ``` "ConnectionInfo": { "PodmanSocket": { "Path": "/var/folders/_s/rlbw3qg15vx0j6vr4l7kd1hm0000gn/T/podman/podman-machine-default-api.sock" ```