SteeltoeOSS / Tooling

Steeltoe developer tool collection
https://steeltoe.io/
Apache License 2.0
12 stars 7 forks source link

docker sanity check passes even if docker daemon not running #19

Closed ccheetham closed 6 years ago

ccheetham commented 6 years ago

sanity check passes when docker targeted ...

$  steeltoe target docker
checking docker ... Docker version 18.06.0-ce, build 0ffa825
Target deployment environment set to 'docker'.

however subsequent command will fail ...

$ steeltoe deploy config
docker error: error during connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.38/containers/json?filters=%7B%22name%22%3A%7B%22%5E%2Fconfig%24%22%3Atrue%7D%7D: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running.
cf-gitbot commented 6 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/160601722

The labels on this github issue will be updated when the story is started.