Skip to content

Commit

Permalink
redirect pull status output to stderr in container create
Browse files Browse the repository at this point in the history
Signed-off-by: Mrudul Harwani <[email protected]>
  • Loading branch information
mharwani committed Jul 19, 2023
1 parent a0caa42 commit 2e36861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/nerdctl/container_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ func processContainerCreateOptions(cmd *cobra.Command) (opt types.ContainerCreat
GOptions: opt.GOptions,
VerifyOptions: imageVerifyOpt,
IPFSAddress: opt.IPFSAddress,
Stdout: opt.Stdout,
Stdout: opt.Stderr,
}
// #endregion

Expand Down

0 comments on commit 2e36861

Please sign in to comment.