mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-29 19:24:23 +01:00
Merge pull request #1412 from lifupan/shimv2mount
shimv2: optionally plug rootfs block storage instead of mounting it
This commit is contained in:
@@ -594,7 +594,7 @@ func createContainer(context *cli.Context) error {
|
||||
|
||||
containerConfig := vc.ContainerConfig{
|
||||
ID: id,
|
||||
RootFs: context.String("rootfs"),
|
||||
RootFs: vc.RootFs{Target: context.String("rootfs"), Mounted: true},
|
||||
Cmd: cmd,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user