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 befb0bcdec
commit 183fb49d71
3 changed files with 40 additions and 24 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