prune_all_auto.Rd 598 B

123456789101112131415161718192021222324252627
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/prune.R
  3. \name{prune_all_auto}
  4. \alias{prune_all_auto}
  5. \title{Remove Docker Containers, Images, and Networks}
  6. \usage{
  7. prune_all_auto(volumes = FALSE)
  8. }
  9. \arguments{
  10. \item{volumes}{Logical. Should we prune volumes? Default is \code{FALSE}.}
  11. }
  12. \value{
  13. prune results
  14. }
  15. \description{
  16. This function removes stopped containers, all networks
  17. not used by at least one container, all dangling images,
  18. and all build cache.
  19. }
  20. \examples{
  21. \dontrun{
  22. prune_all_auto()}
  23. }
  24. \references{
  25. \url{https://docs.docker.com/engine/admin/pruning/}
  26. }