Skip to content
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

Merged
merged 1 commit into from Dec 2, 2022
Merged

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Nov 29, 2022

@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

@janderssonse
Copy link
Contributor

Thanks, I think I should have some time on friday to take a testround with this!

@janderssonse
Copy link
Contributor

@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 ?

@gsmet gsmet merged commit 71e0df3 into quarkusio:main Dec 2, 2022
Quarkus Documentation automation moved this from To do to Done Dec 2, 2022
@quarkus-bot quarkus-bot bot added this to the 2.16 - main milestone Dec 2, 2022
@gsmet
Copy link
Member Author

gsmet commented Dec 2, 2022

@janderssonse I merged this one. Just make a pull request on top of main. Thanks!

@gsmet gsmet modified the milestones: 2.16 - main, 2.15.0.Final Dec 2, 2022
@gsmet gsmet modified the milestones: 2.15.0.Final, 2.14.3.Final Dec 2, 2022
gsmet pushed a commit to gsmet/quarkus that referenced this pull request Dec 5, 2022
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 <josef.andersson@gmail.com>
(cherry picked from commit 9e85d7e)
gsmet pushed a commit to gsmet/quarkus that referenced this pull request Dec 6, 2022
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 <josef.andersson@gmail.com>
(cherry picked from commit 9e85d7e)
@gsmet gsmet modified the milestones: 2.14.3.Final, 2.13.6.Final Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants