diff --git a/command/volume/create.go b/command/volume/create.go index f16e650bbc..7b2a7e3318 100644 --- a/command/volume/create.go +++ b/command/volume/create.go @@ -5,7 +5,7 @@ import ( "golang.org/x/net/context" - volumetypes "github.com/docker/docker/api/server/types/volume" + volumetypes "github.com/docker/docker/api/types/volume" "github.com/docker/docker/cli" "github.com/docker/docker/cli/command" "github.com/docker/docker/opts"