pull/8831/head
Priya Wadhwa 2020-07-27 14:24:40 -04:00
parent b9292d63d7
commit 9680237277
2 changed files with 2 additions and 0 deletions

View File

@ -197,6 +197,8 @@ func CreateContainerNode(p CreateParams) error {
runArgs = append(runArgs, "--userns=host")
}
fmt.Println(runArgs)
if err := createContainer(p.OCIBinary, p.Image, withRunArgs(runArgs...), withMounts(p.Mounts), withPortMappings(p.PortMappings)); err != nil {
return errors.Wrap(err, "create container")
}

0
pkg/drivers/kic/oci/test Normal file
View File