Use docker go client directly (#5134)

This commit is contained in:
Robert Kaussow
2025-04-26 13:20:36 +02:00
committed by GitHub
parent a6e69235ea
commit 496498274c
3 changed files with 3 additions and 6 deletions

View File

@@ -27,10 +27,10 @@ import (
"github.com/docker/docker/api/types/network"
"github.com/docker/docker/api/types/system"
"github.com/docker/docker/api/types/volume"
"github.com/docker/docker/client"
json_message "github.com/docker/docker/pkg/jsonmessage"
std_copy "github.com/docker/docker/pkg/stdcopy"
tls_config "github.com/docker/go-connections/tlsconfig"
"github.com/moby/moby/client"
json_message "github.com/moby/moby/pkg/jsonmessage"
std_copy "github.com/moby/moby/pkg/stdcopy"
"github.com/moby/term"
"github.com/rs/zerolog/log"
"github.com/urfave/cli/v3"