1
0
mirror of https://github.com/rancher/os.git synced 2025-09-03 07:44:21 +00:00

test custom kernel and docker build and boot

This commit is contained in:
Ivan Mikushin
2015-09-09 18:53:04 +05:00
parent 0c196f557b
commit 168d340b76
7 changed files with 66 additions and 12 deletions

View File

@@ -24,6 +24,9 @@ while [ "$#" -gt 0 ]; do
rm $NAME
DOCKER_ARGS="${DOCKER_ARGS} --rm"
;;
-t)
DOCKER_ARGS="${DOCKER_ARGS} -t"
;;
*)
break
;;