mirror of
https://github.com/docker/cli.git
synced 2026-09-25 17:02:07 -04:00
Tianon made a micro-image (sub one meg?) that we can use as a very fast to download 'yes, your docker can download and run an image' test
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com> (github: SvenDowideit) Upstream-commit: 6ae07e24104af6eb245339dae3a878fb983d112e Component: engine
This commit is contained in:
committed by
SvenDowideit
parent
3fa9feb32d
commit
35e71a0cd0
@@ -85,7 +85,7 @@ case "$lsb_dist" in
|
||||
if command_exists docker && [ -e /var/run/docker.sock ]; then
|
||||
(
|
||||
set -x
|
||||
$sh_c 'docker run busybox echo "Docker has been successfully installed!"'
|
||||
$sh_c 'docker run hello-world'
|
||||
) || true
|
||||
fi
|
||||
your_user=your-user
|
||||
@@ -150,7 +150,7 @@ case "$lsb_dist" in
|
||||
if command_exists docker && [ -e /var/run/docker.sock ]; then
|
||||
(
|
||||
set -x
|
||||
$sh_c 'docker run busybox echo "Docker has been successfully installed!"'
|
||||
$sh_c 'docker run hello-world'
|
||||
) || true
|
||||
fi
|
||||
your_user=your-user
|
||||
|
||||
Reference in New Issue
Block a user