Move volume to daemon/volume

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2025-07-15 10:44:44 -07:00
parent d86a303086
commit 04f5276267
70 changed files with 68 additions and 68 deletions

View File

@@ -16,12 +16,12 @@ import (
containertypes "github.com/docker/docker/api/types/container"
dconfig "github.com/docker/docker/daemon/config"
"github.com/docker/docker/daemon/container"
volumemounts "github.com/docker/docker/daemon/volume/mounts"
"github.com/docker/docker/errdefs"
"github.com/docker/docker/internal/rootless/mountopts"
"github.com/docker/docker/internal/rootless/specconv"
"github.com/docker/docker/oci"
"github.com/docker/docker/oci/caps"
volumemounts "github.com/docker/docker/volume/mounts"
"github.com/moby/sys/mount"
"github.com/moby/sys/mountinfo"
"github.com/moby/sys/user"