We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 865b3b7 + 5fd7ef2 commit 002312dCopy full SHA for 002312d
hack/install.sh
@@ -210,7 +210,11 @@ do_install() {
210
# unofficially supported without available repositories
211
aarch64|arm64|ppc64le|s390x)
212
cat 1>&2 <<-EOF
213
- Error: Docker doesn't officially support $architecture and no Docker $architecture repository exists.
+ 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.
218
EOF
219
exit 1
220
;;
0 commit comments