Merge pull request #50367 from dmcgowan/move-volume-daemon

Move volume under daemon
This commit is contained in:
Austin Vazquez
2025-07-17 14:21:06 -07:00
committed by GitHub
97 changed files with 83 additions and 83 deletions

View File

@@ -59,6 +59,7 @@ import (
"github.com/docker/docker/daemon/pkg/plugin"
"github.com/docker/docker/daemon/snapshotter"
"github.com/docker/docker/daemon/stats"
volumesservice "github.com/docker/docker/daemon/volume/service"
"github.com/docker/docker/distribution"
dmetadata "github.com/docker/docker/distribution/metadata"
"github.com/docker/docker/dockerversion"
@@ -71,7 +72,6 @@ import (
"github.com/docker/docker/pkg/sysinfo"
refstore "github.com/docker/docker/reference"
"github.com/docker/docker/registry"
volumesservice "github.com/docker/docker/volume/service"
"github.com/moby/buildkit/util/grpcerrors"
"github.com/moby/buildkit/util/tracing"
"github.com/moby/locker"