[fix] Add docker existence check
Signed-off-by: xin.li <xin.li@daocloud.io>
This commit is contained in:
parent
209b691eab
commit
67c97b2c24
|
@ -58,6 +58,9 @@ fi
|
|||
util::cmd_must_exist "go"
|
||||
util::verify_go_version
|
||||
|
||||
# Make sure docker exists
|
||||
util::cmd_must_exist "docker"
|
||||
|
||||
# install kind and kubectl
|
||||
kind_version=v0.12.0
|
||||
echo -n "Preparing: 'kind' existence check - "
|
||||
|
|
Loading…
Reference in New Issue