Move container to daemon/container

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2025-06-27 14:27:21 -07:00
parent a02ba3c7df
commit 5419eb1efc
117 changed files with 95 additions and 95 deletions

View File

@@ -9,7 +9,7 @@ import (
"github.com/containerd/log"
"github.com/docker/docker/api/types/backend"
"github.com/docker/docker/api/types/events"
"github.com/docker/docker/container"
"github.com/docker/docker/daemon/container"
mobyc8dstore "github.com/docker/docker/daemon/containerd"
"github.com/docker/docker/daemon/internal/metrics"
"github.com/docker/docker/errdefs"