浏览代码

Merge pull request #30067 from tophj-ibm/add-more-detailed-install-script-message

add suggestions in failure message in install script
Alexander Morozov 8 年之前
父节点
当前提交
002312d6c1
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      hack/install.sh

+ 5 - 1
hack/install.sh

@@ -210,7 +210,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
 			;;