mirror of
https://github.com/docker/cli.git
synced 2026-01-25 03:42:05 +03:00
Unable to find image error should print to stderr
Upstream-commit: 4ff649ce852175f209c27d03992f31b5f14cae65 Component: engine
This commit is contained in:
@@ -1423,7 +1423,7 @@ func (cli *DockerCli) CmdRun(args ...string) error {
|
||||
tag = DEFAULTTAG
|
||||
}
|
||||
|
||||
fmt.Printf("Unable to find image '%s' (tag: %s) locally\n", config.Image, tag)
|
||||
fmt.Fprintf(cli.err, "Unable to find image '%s' (tag: %s) locally\n", config.Image, tag)
|
||||
|
||||
v := url.Values{}
|
||||
repos, tag := utils.ParseRepositoryTag(config.Image)
|
||||
|
||||
Reference in New Issue
Block a user