diff --git a/Makefile b/Makefile index 9121ea8e4..68a31764b 100644 --- a/Makefile +++ b/Makefile @@ -198,6 +198,8 @@ build-kustomize-api: $(builtinplugins) install-docker: curl -fsSL https://get.docker.com| sh docker --version + service docker status + service docker restart docker run hello-world .PHONY: test-unit-kustomize-api