www/content/en/blog/docker/cleaning.md
2020-04-28 22:24:20 +02:00

336 B

title linkTitle date description
Cleaning a docker host Cleaning a docker host 2018-01-29 How to retrieve storage space by cleaning a docker host

Be carefull that this will delete any stopped container and remove any locally unused image and tags : {{< highlight sh >}} docker system prune -f -a {{< /highlight >}}