mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
docker-system: add full pruning example (#21907)
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user