hoist kernel cmdline into moby.yaml

Signed-off-by: Tycho Andersen <tycho@docker.com>
This commit is contained in:
Tycho Andersen
2017-03-08 11:09:31 -08:00
parent 8a3ae66f64
commit a383e6bb46
12 changed files with 60 additions and 41 deletions

View File

@@ -14,7 +14,10 @@ import (
// Moby is the type of a Moby config file
type Moby struct {
Kernel string
Kernel struct {
Image string
Cmdline string
}
Init string
System []MobyImage
Daemon []MobyImage