Skip to content

Commit 7923f44

Browse files
committed
cli/command/container: update todo comment
Provide some context to the TODO Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent b1ea4fe commit 7923f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/command/container/opts_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func parseRun(args []string) (*container.Config, *container.HostConfig, *network
4747
if err := flags.Parse(args); err != nil {
4848
return nil, nil, nil, err
4949
}
50-
// TODO: fix tests to accept ContainerConfig
50+
// TODO(dnephin): fix tests to accept ContainerConfig; see https://github.com/moby/moby/pull/31621
5151
containerCfg, err := parse(flags, copts, runtime.GOOS)
5252
if err != nil {
5353
return nil, nil, nil, err

0 commit comments

Comments
 (0)