From 1a4981a826bb94c478c6f49721396ec03e02649c Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 11 Mar 2021 19:47:26 +0100 Subject: First big articles reformatting now that I properly understand hugo --- content/blog/docker/cleaning.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'content/blog/docker/cleaning.md') diff --git a/content/blog/docker/cleaning.md b/content/blog/docker/cleaning.md index f36bbd7..dc33257 100644 --- a/content/blog/docker/cleaning.md +++ b/content/blog/docker/cleaning.md @@ -1,12 +1,15 @@ --- title: "Cleaning a docker host" -linkTitle: "Cleaning a docker host" date: 2018-01-29 -description: > - How to retrieve storage space by cleaning a docker host +description: How to retrieve storage space by cleaning a docker host +tags: + - docker + - linux --- -Be carefull that this will delete any stopped container and remove any locally unused image and tags : +## The command + +Be careful that this will delete any stopped container and remove any locally unused images, volumes and tags : {{< highlight sh >}} docker system prune -f -a {{< /highlight >}} -- cgit v1.2.3