You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is probably related if not the same as #140.
I don't see any messages originating from the docker daemon. For instance, if I try to delete an image that is used by some container, I will just see this in the messages buffer:
Running: docker image rm 7fb468b501e1 error in process sentinel: docker-process-sentinel: Error running: "docker image rm 7fb468b501e1" (exited abnormally with code 1) error in process sentinel: Error running: "docker image rm 7fb468b501e1" (exited abnormally with code 1)
But it would be pretty handy if it's possible to see the actual error message like:
Error response from daemon: conflict: unable to delete 7fb468b501e1 (must be forced) - image is being used by stopped container 651e2402a695
The text was updated successfully, but these errors were encountered:
This issue is probably related if not the same as #140.
I don't see any messages originating from the docker daemon. For instance, if I try to delete an image that is used by some container, I will just see this in the messages buffer:
Running: docker image rm 7fb468b501e1 error in process sentinel: docker-process-sentinel: Error running: "docker image rm 7fb468b501e1" (exited abnormally with code 1) error in process sentinel: Error running: "docker image rm 7fb468b501e1" (exited abnormally with code 1)
But it would be pretty handy if it's possible to see the actual error message like:
Error response from daemon: conflict: unable to delete 7fb468b501e1 (must be forced) - image is being used by stopped container 651e2402a695
The text was updated successfully, but these errors were encountered: