mirror of
https://github.com/moby/moby.git
synced 2026-07-10 08:39:25 +00:00
When moving the clean function there, this check was not ported and generated some errors on the CI. `deleteContainer` now fail if any error but the clean function won't if "no such container" (because of some races -_-). Signed-off-by: Vincent Demeester <vincent@sbr.pm>