Skip to content

Commit adfb40c

Browse files
committed
cli/command/container: remove outdated TODO
This was addressed in 7bdb4df Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent ceea57b commit adfb40c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cli/command/container/create.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ func runCreate(ctx context.Context, dockerCLI command.Cli, flags *pflag.FlagSet,
132132
return nil
133133
}
134134

135-
// FIXME(thaJeztah): this is the only code-path that uses APIClient.ImageCreate. Rewrite this to use the regular "pull" code (or vice-versa).
136135
func pullImage(ctx context.Context, dockerCLI command.Cli, img string, options *createOptions) error {
137136
encodedAuth, err := command.RetrieveAuthTokenFromImage(dockerCLI.ConfigFile(), img)
138137
if err != nil {

0 commit comments

Comments
 (0)