mirror of
https://github.com/containers/podman.git
synced 2025-06-17 06:57:43 +08:00
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:
@ -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),
|
||||
|
Reference in New Issue
Block a user