Move cmd/dockerd/trap to daemon/command/trap

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2025-05-15 14:02:51 -07:00
parent ea11b5f3fe
commit 98047c5190
4 changed files with 2 additions and 2 deletions

View File

@@ -39,10 +39,10 @@ import (
buildkit "github.com/docker/docker/builder/builder-next"
"github.com/docker/docker/builder/builder-next/exporter"
"github.com/docker/docker/builder/dockerfile"
"github.com/docker/docker/cmd/dockerd/trap"
"github.com/docker/docker/daemon"
"github.com/docker/docker/daemon/cluster"
"github.com/docker/docker/daemon/command/debug"
"github.com/docker/docker/daemon/command/trap"
"github.com/docker/docker/daemon/config"
"github.com/docker/docker/daemon/listeners"
"github.com/docker/docker/dockerversion"

View File

@@ -5,7 +5,7 @@ import (
"syscall"
"time"
"github.com/docker/docker/cmd/dockerd/trap"
"github.com/docker/docker/daemon/command/trap"
)
func main() {