mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-05 03:55:26 +00:00
Fix cut and paste typo in startup code
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
@@ -14,7 +14,7 @@ then
|
||||
for f in $(find /containers/system -mindepth 1 -maxdepth 1 | sort)
|
||||
do
|
||||
base="$(basename $f)"
|
||||
/usr/bin/runc -- run --bundle "$f" "$(basename $f)"
|
||||
/usr/bin/runc run --bundle "$f" "$(basename $f)"
|
||||
printf " - $base\n"
|
||||
done
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user