We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0711e8a commit e096bffCopy full SHA for e096bff
commands/watch.go
@@ -14,14 +14,13 @@ import (
14
"github.com/docker/docker/api/types/filters"
15
"github.com/docker/docker/client"
16
"github.com/josegonzalez/cli-skeleton/command"
17
- "github.com/moby/moby/api/types"
18
"github.com/posener/complete"
19
"github.com/rs/zerolog"
20
"github.com/rs/zerolog/log"
21
flag "github.com/spf13/pflag"
22
)
23
24
-type containerMap map[string]*types.ContainerJSON
+type containerMap map[string]*container.InspectResponse
25
26
// ShellCmd represents a shell command to be run
27
type ShellCmd struct {
0 commit comments