prune_all_auto: Remove Docker Containers, Images, and Networks

View source: R/prune.R

prune_all_autoR Documentation

Remove Docker Containers, Images, and Networks

Description

This function removes stopped containers, all networks not used by at least one container, all dangling images, and all build cache.

Usage

prune_all_auto(volumes = FALSE)

Arguments

volumes

Logical. Should we prune volumes? Default is FALSE.

Value

prune results

References

https://docs.docker.com/engine/admin/pruning/

Examples

## Not run: 
prune_all_auto()
## End(Not run)

road2stat/liftr documentation built on March 14, 2024, 11:12 p.m.