Added more post-install check for docker

This commit is contained in:
Alexey Odinokov
2020-06-15 07:02:58 +00:00
parent 27cf3981ca
commit abf862fff1

View File

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