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 002312d6c1)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Alexander Morozov 2017-01-27 13:25:34 -08:00 committed by Sebastiaan van Stijn
parent 8de0ced471
commit e2d541585f
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -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
;;