-
Notifications
You must be signed in to change notification settings - Fork 306
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
During image "start", if the container creation fails, the user doesn't get any message #6364
Comments
Another way to make it fail is to change entrypoint or command to an invalid path |
Removing this patch from libpod-dockerode.ts fixes the problem, but I'm not completely sure of the implications of removing it:
|
This issue has been automatically marked as stale because it has not had activity in the last 6 months. It will be closed in 30 days if no further activity occurs. Please feel free to leave a comment if you believe the issue is still relevant. Thank you for your contributions! |
This issue has been automatically closed because it has not had any further activity in the last 30 days. Thank you for your contributions! |
Bug description
When trying to create a container, if the creation fails, no error is displayed on the screen.
After some investigation, I can see that the exception is not thrown from the call to
libpodApi.podmanAttach
(https://github.com/containers/podman-desktop/blob/main/packages/main/src/plugin/container-registry.ts#L1709).After binary-searching which commit introduced the regression, I can see the problem happens since the PR #6128
Operating system
mac os
Installation Method
Installer from website/GitHub releases
Version
next (development version)
Steps to reproduce
Relevant log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: