From d37793ddc88b003dc0137ba17fe863e86050d62a Mon Sep 17 00:00:00 2001 From: Andy Mishechkin Date: Tue, 21 Apr 2020 23:54:48 +0400 Subject: [PATCH] Some diagnostic messages have been added --- images/linux/scripts/installers/docker-moby.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/linux/scripts/installers/docker-moby.sh b/images/linux/scripts/installers/docker-moby.sh index 6548a5578..db5c4aff1 100644 --- a/images/linux/scripts/installers/docker-moby.sh +++ b/images/linux/scripts/installers/docker-moby.sh @@ -23,6 +23,7 @@ fi # Run tests to determine that the software installed as expected echo "Testing to make sure that script performed as expected, and basic scenarios work" +echo "checking the docker-moby and moby-buildx" if ! command -v docker; then echo "docker was not installed" exit 1 @@ -30,6 +31,7 @@ elif ! command -v docker buildx build; then echo "moby-buildx was not installed" #exit 1 else + echo "Docker-moby and moby-buildx checking the successfull" # Docker daemon takes time to come up after installing sleep 10 set -e