Difference between revisions of "Docker system prune -a"

From wikieduonline
Jump to navigation Jump to search
(Redirected page to Docker system prune)
Tags: New redirect, Mobile web edit, Mobile edit
 
(Removed redirect to Docker system prune)
Tag: Removed redirect
Line 1: Line 1:
#redirect [[docker system prune]]
+
<pre>
 +
docker system prune -a
 +
WARNING! This will remove:
 +
        - all stopped containers
 +
        - all networks not used by at least one container
 +
        - all images without at least one container associated to them
 +
        - all build cache
 +
Are you sure you want to continue? [y/N] y
 +
 
 +
..../....
 +
 
 +
Total reclaimed space: 301MB
 +
</pre>
 +
 
 +
 
 +
{{docker system}}

Revision as of 14:52, 8 March 2023

docker system prune -a
WARNING! This will remove:
        - all stopped containers
        - all networks not used by at least one container
        - all images without at least one container associated to them
        - all build cache
Are you sure you want to continue? [y/N] y

..../....

Total reclaimed space: 301MB


docker system: docker system info [1], docker system events [2], docker system df, docker system prune -a

Advertising: