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) Upstream-commit: f9d80712d9417feadd63cb71c0c7825c4e9f9fd4 Component: engine
This commit is contained in:
@ -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