mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Move all drivers to the same subdir graphdriver
This commit is contained in:
parent
fb245f7903
commit
035c144242
16 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@ 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"
|
||||
_ "github.com/dotcloud/docker/graphdriver/aufs"
|
||||
_ "github.com/dotcloud/docker/graphdriver/devmapper"
|
||||
_ "github.com/dotcloud/docker/graphdriver/dummy"
|
||||
"github.com/dotcloud/docker/utils"
|
||||
"io"
|
||||
|
|
Loading…
Add table
Reference in a new issue