Need more robust handling of docker failure in docker provider #156
Labels
Docker
Docker Provider
enhancement/request
New feature or request
Provider
Issue with a _remote_ (core) provider
Milestone
As an example, there is a situation where the docker cli may be callable (currently we are simply calling
docker -v
to get a response), but docker itself may be dead. We need a better way to verify docker is alive and not just installed. Probably best to work this with #65The text was updated successfully, but these errors were encountered: