We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3cfc91 commit a967244Copy full SHA for a967244
lib/src/imgstorage.rs
@@ -157,6 +157,7 @@ impl Storage {
157
// root, simply passing a path will attempt to auto-create it.
158
// We run "podman images" in the new root.
159
new_podman_cmd_in(&storage_root, &run)?
160
+ .stdout(Stdio::null())
161
.arg("images")
162
.run()
163
.context("Initializing images")?;
0 commit comments