Editing Docker system df

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
{{lc}}
+
<code>[[docker system]] df</code> or <code>[[docker system]] df --verbose</code>   Show docker [[disk usage]]
<code>[[docker system]] df</code> or <code>[[docker system df --verbose]]</code> show docker [[disk usage]].
 
  
 
Depending on your system [[disk usage]] command can take long time to display results.
 
Depending on your system [[disk usage]] command can take long time to display results.
Line 6: Line 5:
 
https://docs.docker.com/engine/reference/commandline/system_df/. [[Docker Engine release notes|Since API 1.25+ (v 1.13) 01/2017]], [https://www.docker.com/blog/whats-new-in-docker-1-13/ announcement]  
 
https://docs.docker.com/engine/reference/commandline/system_df/. [[Docker Engine release notes|Since API 1.25+ (v 1.13) 01/2017]], [https://www.docker.com/blog/whats-new-in-docker-1-13/ announcement]  
  
docker system df
 
[[docker system df -v]]
 
docker system df -v | [[grep -A]]100 "VOLUME NAME"
 
  
  
 
== Examples ==
 
== Examples ==
  
  [[docker system]] df
+
  docker system df
 
  TYPE                TOTAL              ACTIVE              SIZE                RECLAIMABLE
 
  TYPE                TOTAL              ACTIVE              SIZE                RECLAIMABLE
 
  Images              20                  9                  11.57GB            5.315GB (45%)
 
  Images              20                  9                  11.57GB            5.315GB (45%)
 
  Containers          9                  9                  1.02GB              0B (0%)
 
  Containers          9                  9                  1.02GB              0B (0%)
 
  [[Local Volumes]]      9                  8                  3.255GB            3.037GB (93%)
 
  [[Local Volumes]]      9                  8                  3.255GB            3.037GB (93%)
  [[Build Cache]]         0                  0                  0B                  0B
+
  Build Cache        0                  0                  0B                  0B
  
 
For more complete information use <code>-v</code> flag:
 
For more complete information use <code>-v</code> flag:
Line 24: Line 20:
  
  
== Errors ==
+
 
 
* <code>[[docker system df -v]]</code> or <code>[[docker system df --verbose]]</code>
 
* <code>[[docker system df -v]]</code> or <code>[[docker system df --verbose]]</code>
  
Line 35: Line 31:
 
* <code>[[du]] -sh -- *</code>
 
* <code>[[du]] -sh -- *</code>
 
* <code>[[df -kh]]</code>
 
* <code>[[df -kh]]</code>
* <code>[[No space left on device]]</code>
+
* [[No space left on device]]
 
* <code>[[/var/lib/docker/]]</code>
 
* <code>[[/var/lib/docker/]]</code>
* <code>[[docker system prune]]</code>
 
* <code>[[docker buildx du]]</code>
 
* [[docker run --volume]]
 
  
 
== See also ==
 
== See also ==
* {{docker system df}}
 
 
* {{Docker Volumes}}
 
* {{Docker Volumes}}
 
* {{docker system}}
 
* {{docker system}}
 
* {{Docker images}}
 
* {{Docker images}}
 +
* {{docker}}
 
* {{du}}
 
* {{du}}
  
  
 
[[Category:Docker]]
 
[[Category:Docker]]

Please note that all contributions to wikieduonline may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wikieduonline:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Advertising: