mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
Merge pull request #8121 from bbinet/cleanup-hello-world-container
Automatically clean up hello-world container with --rm
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 hello-world'
|
||||
$sh_c 'docker run --rm hello-world'
|
||||
) || 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 hello-world'
|
||||
$sh_c 'docker run --rm hello-world'
|
||||
) || true
|
||||
fi
|
||||
your_user=your-user
|
||||
|
||||
Reference in New Issue
Block a user