From abf862fff173f77b826995e6015d898618525126 Mon Sep 17 00:00:00 2001 From: Alexey Odinokov Date: Mon, 15 Jun 2020 07:02:58 +0000 Subject: [PATCH] Added more post-install check for docker --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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