mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 12:41:42 +00:00
contrib/install.sh: remove pull of hello-world
This removes the pull of the hello-world image from install.sh to address privacy concerns. Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)
This commit is contained in:
+2
-2
@@ -85,7 +85,7 @@ case "$lsb_dist" in
|
||||
if command_exists docker && [ -e /var/run/docker.sock ]; then
|
||||
(
|
||||
set -x
|
||||
$sh_c 'docker run --rm hello-world'
|
||||
$sh_c 'docker version'
|
||||
) || true
|
||||
fi
|
||||
your_user=your-user
|
||||
@@ -162,7 +162,7 @@ case "$lsb_dist" in
|
||||
if command_exists docker && [ -e /var/run/docker.sock ]; then
|
||||
(
|
||||
set -x
|
||||
$sh_c 'docker run --rm hello-world'
|
||||
$sh_c 'docker version'
|
||||
) || true
|
||||
fi
|
||||
your_user=your-user
|
||||
|
||||
Reference in New Issue
Block a user