We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceea57b commit adfb40cCopy full SHA for adfb40c
1 file changed
cli/command/container/create.go
@@ -132,7 +132,6 @@ func runCreate(ctx context.Context, dockerCLI command.Cli, flags *pflag.FlagSet,
132
return nil
133
}
134
135
-// FIXME(thaJeztah): this is the only code-path that uses APIClient.ImageCreate. Rewrite this to use the regular "pull" code (or vice-versa).
136
func pullImage(ctx context.Context, dockerCLI command.Cli, img string, options *createOptions) error {
137
encodedAuth, err := command.RetrieveAuthTokenFromImage(dockerCLI.ConfigFile(), img)
138
if err != nil {
0 commit comments