mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #8700 from unclejack/install_no_pull
contrib/install.sh: remove pull of hello-world
This commit is contained in:
commit
c6cf978b4b
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ case "$lsb_dist" in
|
||||||
if command_exists docker && [ -e /var/run/docker.sock ]; then
|
if command_exists docker && [ -e /var/run/docker.sock ]; then
|
||||||
(
|
(
|
||||||
set -x
|
set -x
|
||||||
$sh_c 'docker run --rm hello-world'
|
$sh_c 'docker version'
|
||||||
) || true
|
) || true
|
||||||
fi
|
fi
|
||||||
your_user=your-user
|
your_user=your-user
|
||||||
|
@ -173,7 +173,7 @@ case "$lsb_dist" in
|
||||||
if command_exists docker && [ -e /var/run/docker.sock ]; then
|
if command_exists docker && [ -e /var/run/docker.sock ]; then
|
||||||
(
|
(
|
||||||
set -x
|
set -x
|
||||||
$sh_c 'docker run --rm hello-world'
|
$sh_c 'docker version'
|
||||||
) || true
|
) || true
|
||||||
fi
|
fi
|
||||||
your_user=your-user
|
your_user=your-user
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue