mirror of https://github.com/docker/docs.git
Merge pull request #3392 from tianon/fix-install-failure
Fix install failure when busybox can't be downloaded
This commit is contained in:
commit
40522c0380
|
@ -116,7 +116,7 @@ case "$lsb_dist" in
|
||||||
(
|
(
|
||||||
set -x
|
set -x
|
||||||
$sh_c 'docker run busybox echo "Docker has been successfully installed!"'
|
$sh_c 'docker run busybox echo "Docker has been successfully installed!"'
|
||||||
)
|
) || true
|
||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue