docker-system: add full pruning example (#21907)

This commit is contained in:
Managor
2026-04-09 08:37:29 +03:00
committed by GitHub
parent 6baac8a352
commit 3a1ceca99b
+4 -4
View File
@@ -19,6 +19,10 @@
`docker system prune --filter "until={{hours}}h{{minutes}}m"`
- Remove all unused data:
`docker system prune {{[-a|--all]}} --volumes`
- Display real-time events from the Docker daemon:
`docker system events`
@@ -30,7 +34,3 @@
- Display system-wide information:
`docker system info`
- Display help:
`docker system`