We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a00a8 commit 45ff310Copy full SHA for 45ff310
1 file changed
lib/setup-docker.js
@@ -171,6 +171,7 @@ async function run() {
171
'-c',
172
`
173
set -x
174
+command -v docker
175
i=0
176
while ! /Applications/Docker.app/Contents/Resources/bin/docker system info &>/dev/null; do
177
(( i++ == 0 )) && printf %s '-- Waiting for Docker to finish starting up...' || printf '.'
0 commit comments