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:
@@ -8,7 +8,7 @@ import (
|
||||
"github.com/containerd/log"
|
||||
mounttypes "github.com/docker/docker/api/types/mount"
|
||||
"github.com/docker/docker/daemon/container"
|
||||
volumesservice "github.com/docker/docker/volume/service"
|
||||
volumesservice "github.com/docker/docker/daemon/volume/service"
|
||||
)
|
||||
|
||||
func (daemon *Daemon) prepareMountPoints(container *container.Container) error {
|
||||
|
||||
Reference in New Issue
Block a user