mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Move volume to daemon/volume
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -11,8 +11,8 @@ import (
|
||||
containertypes "github.com/docker/docker/api/types/container"
|
||||
"github.com/docker/docker/daemon/container"
|
||||
"github.com/docker/docker/daemon/libnetwork"
|
||||
volumesservice "github.com/docker/docker/daemon/volume/service"
|
||||
"github.com/docker/docker/pkg/idtools"
|
||||
volumesservice "github.com/docker/docker/volume/service"
|
||||
"github.com/docker/go-connections/nat"
|
||||
"github.com/pkg/errors"
|
||||
"gotest.tools/v3/assert"
|
||||
|
||||
Reference in New Issue
Block a user