diff options
Diffstat (limited to 'cmd/podman/create.go')
-rw-r--r-- | cmd/podman/create.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/create.go b/cmd/podman/create.go index 5e2ea3969..3d811b58b 100644 --- a/cmd/podman/create.go +++ b/cmd/podman/create.go @@ -392,7 +392,7 @@ func imageData(c *cli.Context, runtime *libpod.Runtime, image string) (string, s // Pull the image var writer io.Writer if !c.Bool("quiet") { - writer = os.Stdout + writer = os.Stderr } createImage.Pull(writer) } |