Create github.com/moby/moby/client module

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2025-07-21 09:30:26 -07:00
parent afd6487b2e
commit c47afd41c8
200 changed files with 6712 additions and 76 deletions

View File

@@ -18,7 +18,6 @@ import (
"time"
cerrdefs "github.com/containerd/errdefs"
"github.com/docker/docker/client"
dconfig "github.com/docker/docker/daemon/config"
"github.com/docker/docker/daemon/volume"
"github.com/docker/docker/integration-cli/cli"
@@ -30,6 +29,7 @@ import (
"github.com/moby/moby/api/types/container"
"github.com/moby/moby/api/types/mount"
"github.com/moby/moby/api/types/network"
"github.com/moby/moby/client"
"gotest.tools/v3/assert"
is "gotest.tools/v3/assert/cmp"
"gotest.tools/v3/poll"