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

@@ -12,8 +12,8 @@ import (
"syscall"
"github.com/containerd/log"
"github.com/docker/docker/container"
"github.com/docker/docker/daemon/config"
"github.com/docker/docker/daemon/container"
"github.com/docker/docker/daemon/links"
"github.com/docker/docker/daemon/network"
"github.com/docker/docker/errdefs"