mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-03 20:21:44 +00:00
Merge pull request #8700 from unclejack/install_no_pull
contrib/install.sh: remove pull of hello-world
This commit is contained in:
+2
-2
@@ -96,7 +96,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
|
||||
@@ -173,7 +173,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