mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03: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> Upstream-commit: 478fdaf93353c70a26c0043dadb650fd2f101c40 Component: engine