What is the problem you're trying to solve
When using nerdctl save in scripts the output logs get filled with progress bars.
Describe the solution you'd like
Adding the same -q and/or --progress=plain that are available in at least (the build command)[https://github.com/containerd/nerdctl/blob/main/docs/command-reference.md#whale-nerdctl-build].
Ideally this would be a globally available flag, but that's asking a lot more
Additional context
No response
What is the problem you're trying to solve
When using
nerdctl savein scripts the output logs get filled with progress bars.Describe the solution you'd like
Adding the same
-qand/or--progress=plainthat are available in at least (the build command)[https://github.com/containerd/nerdctl/blob/main/docs/command-reference.md#whale-nerdctl-build].Ideally this would be a globally available flag, but that's asking a lot more
Additional context
No response