diff --git a/lib/src/imgstorage.rs b/lib/src/imgstorage.rs index 8a4f1d14..af116af1 100644 --- a/lib/src/imgstorage.rs +++ b/lib/src/imgstorage.rs @@ -157,6 +157,7 @@ impl Storage { // root, simply passing a path will attempt to auto-create it. // We run "podman images" in the new root. new_podman_cmd_in(&storage_root, &run)? + .stdout(Stdio::null()) .arg("images") .run() .context("Initializing images")?;