Skip to content

Commit

Permalink
rofl-containers: Prune all unused container images on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed Jan 22, 2025
1 parent 142a792 commit 34a3c90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rofl-containers/src/containers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ pub async fn init() -> Result<()> {
run_cmd!(
podman system migrate;
podman system prune --external;
podman image prune --all --force;
)?;

Ok(())
Expand Down

0 comments on commit 34a3c90

Please sign in to comment.