Update DB to add new fields required for planned features

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>

Closes: #209
Approved by: rhatdan
This commit is contained in:
Matthew Heon
2018-01-10 13:49:38 -05:00
committed by Atomic Bot
parent f0843e94cf
commit e6be800ec6
6 changed files with 338 additions and 132 deletions

View File

@ -21,7 +21,8 @@ func getTestContainer(id, name, locksDir string) (*Container, error) {
Name: name,
RootfsImageID: id,
RootfsImageName: "testimg",
UseImageConfig: true,
ImageVolumes: true,
ReadOnly: true,
StaticDir: "/does/not/exist/",
Stdin: true,
Labels: make(map[string]string),