aboutsummaryrefslogtreecommitdiff
path: root/content/blog/docker/cleaning.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/blog/docker/cleaning.md')
-rw-r--r--content/blog/docker/cleaning.md11
1 files changed, 7 insertions, 4 deletions
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 >}}