Skip to content

Commit 002312d

Browse files
authored
Merge pull request moby#30067 from tophj-ibm/add-more-detailed-install-script-message
add suggestions in failure message in install script
2 parents 865b3b7 + 5fd7ef2 commit 002312d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

hack/install.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,11 @@ do_install() {
210210
# unofficially supported without available repositories
211211
aarch64|arm64|ppc64le|s390x)
212212
cat 1>&2 <<-EOF
213-
Error: Docker doesn't officially support $architecture and no Docker $architecture repository exists.
213+
Error: This install script does not support $architecture, because no
214+
$architecture package exists in Docker's repositories.
215+
216+
Other install options include checking your distribution's package repository
217+
for a version of Docker, or building Docker from source.
214218
EOF
215219
exit 1
216220
;;

0 commit comments

Comments
 (0)