mirror of
https://github.com/docker/docs.git
synced 2026-03-29 07:18:51 +07:00
- add `set -e` to make failing commands bail the script - remove trailing `exit 0` which is just extraneous anyhow - adjust `status_of_proc` options to pass in `$DOCKER_DESC` so we get consistently styled messages like `Docker is running` or `Docker is not running` or `could not access PID file for Docker` Signed-off-by: Andrew Page <admwiggin@gmail.com>