Fix cut and paste typo in startup code

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2017-03-10 17:13:16 +00:00
parent 519b5db338
commit cbd1742b6f
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ then
for f in $(find /containers/system -mindepth 1 -maxdepth 1 | sort) for f in $(find /containers/system -mindepth 1 -maxdepth 1 | sort)
do do
base="$(basename $f)" base="$(basename $f)"
/usr/bin/runc -- run --bundle "$f" "$(basename $f)" /usr/bin/runc run --bundle "$f" "$(basename $f)"
printf " - $base\n" printf " - $base\n"
done done
fi fi

View File

@ -1,7 +1,7 @@
kernel: kernel:
image: "mobylinux/kernel:598481c08deafa37dccb33c88ad69fdecda57909" image: "mobylinux/kernel:598481c08deafa37dccb33c88ad69fdecda57909"
cmdline: "console=ttyS0 page_poison=1" cmdline: "console=ttyS0 page_poison=1"
init: "mobylinux/init:defa5c959d7edde6d6ae695e055777669bf19edf" init: "mobylinux/init:65d6491c93fbf2a65fa19305da6ac245b8070526"
system: system:
- name: sysctl - name: sysctl
image: "mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c" image: "mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c"

View File

@ -1,7 +1,7 @@
kernel: kernel:
image: "mobylinux/kernel:598481c08deafa37dccb33c88ad69fdecda57909" image: "mobylinux/kernel:598481c08deafa37dccb33c88ad69fdecda57909"
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: "mobylinux/init:defa5c959d7edde6d6ae695e055777669bf19edf" init: "mobylinux/init:65d6491c93fbf2a65fa19305da6ac245b8070526"
system: system:
- name: binfmt - name: binfmt
image: "mobylinux/binfmt:bdb754f25a5d851b4f5f8d185a43dfcbb3c22d01" image: "mobylinux/binfmt:bdb754f25a5d851b4f5f8d185a43dfcbb3c22d01"