mirror of
https://github.com/moby/moby.git
synced 2026-07-10 00:28:51 +00:00
API v1.20 and up produces an error when signalling / killing a non-running container (seec92377e300). Older API versions allowed this, and an exception was added in621e3d8587. API v1.23 and older are deprecated, so we can remove this handling. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>