Delegates error messaging to the behavior of docker -ps CLI which results in
kevinblaisdell@manta scripts % ./start.sh Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Can be removed in the future if docker CLI commands gracefully handle this consistently as docker -ps does.
Author Validation
Describe the validation already done, or needs to be done, by the PR submitter.
[x] Run cp-demo --> Executed cp-demo start script on MacOS and verified docker -ps exits with sensible messaging to the user
Reviewer Tasks
Describe the tasks/validation that the PR submitter is requesting to be done by the reviewer.
Description
Resolves https://github.com/confluentinc/cp-demo/issues/371
Delegates error messaging to the behavior of
docker -ps
CLI which results inkevinblaisdell@manta scripts % ./start.sh Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Can be removed in the future if docker CLI commands gracefully handle this consistently as
docker -ps
does.Author Validation
Describe the validation already done, or needs to be done, by the PR submitter.
Reviewer Tasks
Describe the tasks/validation that the PR submitter is requesting to be done by the reviewer.