[fix] Add docker existence check

Signed-off-by: xin.li <xin.li@daocloud.io>
This commit is contained in:
xin.li 2022-03-30 22:05:10 +08:00
parent 209b691eab
commit 67c97b2c24
1 changed files with 3 additions and 0 deletions

View File

@ -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 - "