mirror of
https://github.com/docker/docs.git
synced 2026-03-28 14:58:53 +07: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>