mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
Container might have stopped between checking `is_running` and calling `stop()`, which then threw an exception. Signed-off-by: Ben Firshman <ben@firshman.co.uk>