We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ea4fe commit 7923f44Copy full SHA for 7923f44
1 file changed
cli/command/container/opts_test.go
@@ -47,7 +47,7 @@ func parseRun(args []string) (*container.Config, *container.HostConfig, *network
47
if err := flags.Parse(args); err != nil {
48
return nil, nil, nil, err
49
}
50
- // TODO: fix tests to accept ContainerConfig
+ // TODO(dnephin): fix tests to accept ContainerConfig; see https://github.com/moby/moby/pull/31621
51
containerCfg, err := parse(flags, copts, runtime.GOOS)
52
if err != nil {
53
0 commit comments