From adfb40ceb1a8b0a18e5fad95f14b03f3f01e9961 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sat, 24 Jan 2026 14:12:34 +0100 Subject: [PATCH] cli/command/container: remove outdated TODO This was addressed in 7bdb4df07da0d6f5046f6073213d30c4973420c4 Signed-off-by: Sebastiaan van Stijn --- cli/command/container/create.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/command/container/create.go b/cli/command/container/create.go index f70e474338..0ac03c1bbe 100644 --- a/cli/command/container/create.go +++ b/cli/command/container/create.go @@ -132,7 +132,6 @@ func runCreate(ctx context.Context, dockerCLI command.Cli, flags *pflag.FlagSet, return nil } -// FIXME(thaJeztah): this is the only code-path that uses APIClient.ImageCreate. Rewrite this to use the regular "pull" code (or vice-versa). func pullImage(ctx context.Context, dockerCLI command.Cli, img string, options *createOptions) error { encodedAuth, err := command.RetrieveAuthTokenFromImage(dockerCLI.ConfigFile(), img) if err != nil {