prune_all_auto {liftr} | R 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 |
Value
prune results
References
https://docs.docker.com/engine/admin/pruning/
Examples
## Not run:
prune_all_auto()
## End(Not run)
[Package liftr version 0.9.2 Index]