mirror of
https://github.com/moby/moby.git
synced 2026-07-14 03:21:18 +00:00
Add 10 seconds timeout when running `sudo service docker stop`. This is especially needed when running `sudo service docker restart`. Otherwise, `restart` results in exitstatus 1, because `start` has nothing to do. Signed-off-by: Ewa Czechowska <ewa@ai-traders.com>