Fix test for aufs graph and add aufs driver import

This commit is contained in:
Michael Crosby
2013-11-07 17:01:57 -08:00
parent b8b509e1c8
commit 12ffead71a
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -6,6 +6,7 @@ import (
"database/sql"
"fmt"
"github.com/dotcloud/docker/archive"
_ "github.com/dotcloud/docker/aufs"
_ "github.com/dotcloud/docker/devmapper"
"github.com/dotcloud/docker/gograph"
"github.com/dotcloud/docker/graphdriver"
@@ -635,6 +636,7 @@ func NewRuntimeFromDirectory(config *DaemonConfig) (*Runtime, error) {
if err != nil {
return nil, err
}
utils.Debugf("Using graph driver %s", driver)
runtimeRepo := path.Join(config.Root, "containers")