Merge pull request #11716 from LK4D4/root_in_run

Use /var/run/docker as root for execdriver
This commit is contained in:
Michael Crosby
2015-03-24 14:58:30 -07:00
3 changed files with 5 additions and 3 deletions
-1
View File
@@ -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