docker rm -f
ed containers linger
#1072
Labels
bug
Broken end user or developer functionality; not working as the developers intended it
Milestone
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 doesdocker kill <C>
on its own.The text was updated successfully, but these errors were encountered: