mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 05:01:28 +00:00
Merge pull request #11716 from LK4D4/root_in_run
Use /var/run/docker as root for execdriver
This commit is contained in:
@@ -64,7 +64,6 @@ func NewDriver(root, initPath string) (*driver, error) {
|
||||
root,
|
||||
cgm,
|
||||
libcontainer.InitPath(reexec.Self(), DriverName),
|
||||
libcontainer.TmpfsRoot,
|
||||
)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user