mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #39202 from AkihiroSuda/bk-ramdisk
builder-next: support DOCKER_RAMDISK
This commit is contained in:
commit
12b837e474
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…
Add table
Reference in a new issue