Skip to content

Commit

Permalink
Merge pull request containers#773 from cgwalters/quiet-image-init
Browse files Browse the repository at this point in the history
imgstorage: Quiet initialization phase
  • Loading branch information
jeckersb authored Aug 26, 2024
2 parents b3cfc91 + a967244 commit 698df04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/imgstorage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")?;
Expand Down

0 comments on commit 698df04

Please sign in to comment.