Pārlūkot izejas kodu

Automatically clean up hello-world container with --rm

Signed-off-by: Bruno Binet <bruno.binet@gmail.com>
Bruno Binet 11 gadi atpakaļ
vecāks
revīzija
d78936b418
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      hack/install.sh

+ 2 - 2
hack/install.sh

@@ -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