docker system prune
Docker
Syntax
docker system prune [OPTIONS]
Parameters
| Parameters | Description | Examples | Level |
|---|---|---|---|
-a --all |
( ) | docker system prune -a |
Common |
--volumes |
docker system prune --volumes |
Common | |
-f --force |
docker system prune -f |
Common | |
--filter |
docker system prune --filter until=24h |
Advanced |
Examples
docker system prune
, and
docker system prune -a --volumes
,
24
docker system prune -a --filter until=24h
24
docker system df
Common Errors
-a, New pull
, --volumes Parameters
Tips
- docker system prune -a
- CI/CD
- docker system df
- --volumes,