-
Notifications
You must be signed in to change notification settings - Fork 182
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
Fix wrong container runtime detection on Linux #906
Conversation
c6be85f
to
532fd74
Compare
e84c950
to
c073a78
Compare
c073a78
to
8a16be7
Compare
8a16be7
to
9c8d25d
Compare
While reviewing the issues that should be included in 0.8.0, I found about #193, which is about displaying errors to the end user. I'm now thinking that the code introduced here to display the logs might be put in a sort of component, to be reused on other parts of the client UI. |
857553c
to
18205ab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I have a few small suggestions, and then we're good to merge.
bb8bd17
to
933bd7f
Compare
Thanks Alexis, feel free to merge, I guess once the CI is working once more. |
Use "podman" when on Linux, and "docker" otherwise. This commit also adds a text widget to the interface, showing the actual content fo the error that happened, to help debug further if needed. Fixes #212
933bd7f
to
c3c7fbb
Compare
This is still a work in progress, not ready to be merged.
Fixes #212