Skip to content

Commit 45ff310

Browse files
authored
Update setup-docker.js
1 parent f7a00a8 commit 45ff310

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/setup-docker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ async function run() {
171171
'-c',
172172
`
173173
set -x
174+
command -v docker
174175
i=0
175176
while ! /Applications/Docker.app/Contents/Resources/bin/docker system info &>/dev/null; do
176177
(( i++ == 0 )) && printf %s '-- Waiting for Docker to finish starting up...' || printf '.'

0 commit comments

Comments
 (0)