Commit 98fd71

2026-03-28 07:07:18 theophile: ajout des cmds prune
server/containers.md ..
@@ 62,6 62,15 @@
- [Prune unused Docker objects Docker Docs](https://docs.docker.com/engine/manage-resources/pruning/)
+ **TLDR;**
+
+ ```bash
+ # cleans up dangling images. A dangling image is one that isn't tagged, and isn't referenced by any container.
+ docker image prune
+
+ # To remove all images which aren't used by existing containers
+ docker image prune -a
+ ```
## Mise à Jours
### Commandes
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9