-
Notifications
You must be signed in to change notification settings - Fork 14
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
consider treating No such container
as a successful delete
#703
Comments
No such container
as successful delete
No such container
as successful deleteNo such container
as a successful delete
This sounds like it could potentially be a good usability improvement - still emitting a warning though. Could there be any kind of edge-case where you've actually connected to the wrong daemon and therefore it would not be there? Or is there only ever the single local instance we'd be considering? Currently, would this be fixed by running a refresh which would detect that it's now missing? Doing a refresh feels like it could be the more correct route to go because essentially what you're seeing is drift between code and reality due to having manually modified your infrastructure (stopped the container) ... or maybe it stopped itself. If we want to stick with the refresh approach, perhaps we could include some guidence when displaying this error to the user to use refresh to fix this. E.g.:
|
thanks for the neat idea. is there a workaround that doesn't involve manually editing the stack state? |
I believe running |
Hello!
Issue details
When the old container is no-longer running, trying to stop the old container leads to an error. I would expect it to treat the missing container as a successful delete, but others may disagree (hence marking this an enhancement).
Affected area/feature
The text was updated successfully, but these errors were encountered: