mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-01 07:00:10 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user