Add some missing --rm in docker run

Some of these were missing, leaving strays around.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2016-12-09 09:04:57 -08:00
parent 66ac858d2f
commit f190512e2e
9 changed files with 13 additions and 13 deletions

View File

@@ -22,4 +22,4 @@ else
cp alpine/kernel/x86_64/vmlinuz64 "$mobydir"/vmlinuz64
fi
docker run --privileged --pid=host justincormack/nsenter1 /sbin/reboot
docker run --rm --privileged --pid=host justincormack/nsenter1 /sbin/reboot