-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Docker detection with Unix sockets #29562
Conversation
Thanks, I think I should have some time on friday to take a testround with this! |
@gsmet I have tested and this works perfectly fine now, and as expected! thanks! I might have small but impprtant things I would like to add to the documentation regarding this though to make life easier for next podman user. Should I fork your Docker host branch and make a pr to that ? |
@janderssonse I merged this one. Just make a pull request on top of |
This adds further details about the fix and the discussion in quarkusio#29562. It clearifies that alias is also fine instead of podman-docker, just redirects the user to podman for install instructions ( they change over time, and more linux variant are shown there, no need duplicate and maintain), and finally, it shows a way of running podman as service without systemd (relevant on wsl up until recently for example, and users a most likely stuck with slightly older wsl's in a few places). Signed-off-by: Josef Andersson <[email protected]> (cherry picked from commit 9e85d7e)
This adds further details about the fix and the discussion in quarkusio#29562. It clearifies that alias is also fine instead of podman-docker, just redirects the user to podman for install instructions ( they change over time, and more linux variant are shown there, no need duplicate and maintain), and finally, it shows a way of running podman as service without systemd (relevant on wsl up until recently for example, and users a most likely stuck with slightly older wsl's in a few places). Signed-off-by: Josef Andersson <[email protected]> (cherry picked from commit 9e85d7e)
@janderssonse could you have a look if this PR fixes things for you? I'm not using Podman so I'm shooting in the dark but it should be mostly right.
https://github.com/quarkusio/quarkus/blob/main/CONTRIBUTING.md#building-main might be handy (except you need to build my PR branch, not
main
).Fixes #29426