Difference between revisions of "Docker system prune"

From wikieduonline
Jump to navigation Jump to search
(Created page with "<pre> docker system prune -a WARNING! This will remove: - all stopped containers - all networks not used by at least one container - all images without...")
 
Line 9: Line 9:
 
Total reclaimed space: 0B
 
Total reclaimed space: 0B
 
</pre>
 
</pre>
 +
 +
 +
== See also ==
 +
* {{docker}}

Revision as of 13:51, 22 December 2019

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: 0B


See also

Advertising: