Skip to main content

prune_build_cache

Function prune_build_cache 

Source
pub fn prune_build_cache(older_than: Option<&str>) -> Result<String>
Expand description

Removes only unused Docker build cache.

ยงErrors

Returns an error when Docker is missing, unavailable, or exits unsuccessfully.