From e2d541585f2101dd081de49d9e1740752a3234a4 Mon Sep 17 00:00:00 2001 From: Alexander Morozov Date: Fri, 27 Jan 2017 13:25:34 -0800 Subject: [PATCH] Merge pull request #30067 from tophj-ibm/add-more-detailed-install-script-message add suggestions in failure message in install script (cherry picked from commit 002312d6c1cbf2f9e173f8057a4a868e6fc6ee46) Signed-off-by: Sebastiaan van Stijn --- hack/install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hack/install.sh b/hack/install.sh index 1aefc63bc0..0d46bf7d25 100644 --- a/hack/install.sh +++ b/hack/install.sh @@ -213,7 +213,11 @@ do_install() { # unofficially supported without available repositories aarch64|arm64|ppc64le|s390x) cat 1>&2 <<-EOF - Error: Docker doesn't officially support $architecture and no Docker $architecture repository exists. + Error: This install script does not support $architecture, because no + $architecture package exists in Docker's repositories. + + Other install options include checking your distribution's package repository + for a version of Docker, or building Docker from source. EOF exit 1 ;;