|
@@ -85,7 +85,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 hello-world'
|
|
|
|
|
|
+ $sh_c 'docker run --rm hello-world'
|
|
) || true
|
|
) || true
|
|
fi
|
|
fi
|
|
your_user=your-user
|
|
your_user=your-user
|
|
@@ -162,7 +162,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 hello-world'
|
|
|
|
|
|
+ $sh_c 'docker run --rm hello-world'
|
|
) || true
|
|
) || true
|
|
fi
|
|
fi
|
|
your_user=your-user
|
|
your_user=your-user
|