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

docker rm -fed containers linger #1072

Closed
rade opened this issue Mar 1, 2016 · 1 comment
Closed

docker rm -fed containers linger #1072

rade opened this issue Mar 1, 2016 · 1 comment
Assignees
Labels
bug Broken end user or developer functionality; not working as the developers intended it
Milestone

Comments

@rade
Copy link
Member

rade commented Mar 1, 2016

seen with scope 0.13...

docker rm -f <C>ing a containers linger in the UI for 20s. Not always - @2opremio can reproduce this quite reliably on a single machine, but I only see it when running the app on my desktop and the probe in a VM.

I've also observed this for short-lived containers started with --rm.

By contrast docker kill <C>; docker rm <C> removes the container from the UI immediately, so does docker kill <C> on its own.

@rade rade added the bug Broken end user or developer functionality; not working as the developers intended it label Mar 1, 2016
@2opremio
Copy link
Contributor

2opremio commented Mar 1, 2016

There's a race calling InspectContainer() when containers are rmed. The inspection fails because the container doesn't exist anymore and then we simply delete the container from the Probe's state without notifying the App.

@2opremio 2opremio added this to the 0.14.0 milestone Mar 4, 2016
@davkal davkal removed this from the 0.14.0 milestone Apr 5, 2016
@tomwilkie tomwilkie added this to the 0.15.0 milestone Apr 19, 2016
@tomwilkie tomwilkie self-assigned this Apr 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Broken end user or developer functionality; not working as the developers intended it
Projects
None yet
Development

No branches or pull requests

4 participants