builder-next: support DOCKER_RAMDISK
For https://github.com/kubernetes/minikube/issues/4143 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
parent
cae3c91d6b
commit
b4247b433e
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ func newExecutor(root, cgroupParent string, net libnetwork.NetworkController, ro
|
|||
CommandCandidates: []string{"runc"},
|
||||
DefaultCgroupParent: cgroupParent,
|
||||
Rootless: rootless,
|
||||
NoPivot: os.Getenv("DOCKER_RAMDISK") != "",
|
||||
}, networkProviders)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue