8000 Move api/server/router/container to daemon/server/router/container · moby/moby@3a9db5f · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a9db5f

Browse files
committed
Move api/server/router/container to daemon/server/router/container
Signed-off-by: Derek McGowan <derek@mcg.dev>
1 parent d6136b6 commit 3a9db5f

File tree

10 files changed

+1
-1
lines changed

10 files changed

+1
-1
lines changed

daemon/command/daemon.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import (
2323
buildbackend "github.com/docker/docker/api/server/backend/build"
2424
"github.com/docker/docker/api/server/middleware"
2525
"github.com/docker/docker/api/server/router"
26-
"github.com/docker/docker/api/server/router/container"
2726
debugrouter "github.com/docker/docker/api/server/router/debug"
2827
distributionrouter "github.com/docker/docker/api/server/router/distribution"
2928
grpcrouter "github.com/docker/docker/api/server/router/grpc"
@@ -45,6 +44,7 @@ import (
4544
"github.com/docker/docker/daemon/listeners"
4645
"github.com/docker/docker/daemon/server/router/build"
4746
checkpointrouter "github.com/docker/docker/daemon/server/router/checkpoint"
47+
"github.com/docker/docker/daemon/server/router/container"
4848
"github.com/docker/docker/dockerversion"
4949
"github.com/docker/docker/internal/otelutil"
5050
"github.com/docker/docker/libcontainerd/supervisor"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)
0