summaryrefslogtreecommitdiff
path: root/devdocs/docker/engine%2Freference%2Fcommandline%2Fbuilder_prune%2Findex.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/docker/engine%2Freference%2Fcommandline%2Fbuilder_prune%2Findex.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/docker/engine%2Freference%2Fcommandline%2Fbuilder_prune%2Findex.html')
-rw-r--r--devdocs/docker/engine%2Freference%2Fcommandline%2Fbuilder_prune%2Findex.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/devdocs/docker/engine%2Freference%2Fcommandline%2Fbuilder_prune%2Findex.html b/devdocs/docker/engine%2Freference%2Fcommandline%2Fbuilder_prune%2Findex.html
deleted file mode 100644
index 44887efe..00000000
--- a/devdocs/docker/engine%2Freference%2Fcommandline%2Fbuilder_prune%2Findex.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<h1>docker builder prune</h1> <p><br></p> <p>Remove build cache</p> <h2 id="usage">Usage</h2> <div class="highlight"><pre class="highlight" data-language="">$ docker builder prune
-</pre></div> <h2 id="options">Options</h2> <table> <thead> <tr> <td>Name, shorthand</td> <td>Default</td> <td>Description</td> </tr> </thead> <tbody> <tr> <td>
-<code class="language-plaintext highlighter-rouge">--all</code> , <code class="language-plaintext highlighter-rouge">-a</code>
-</td> <td></td> <td>Remove all unused build cache, not just dangling ones</td> </tr> <tr> <td><code class="language-plaintext highlighter-rouge">--filter</code></td> <td></td> <td>Provide filter values (e.g. 'until=24h')</td> </tr> <tr> <td>
-<code class="language-plaintext highlighter-rouge">--force</code> , <code class="language-plaintext highlighter-rouge">-f</code>
-</td> <td></td> <td>Do not prompt for confirmation</td> </tr> <tr> <td><code class="language-plaintext highlighter-rouge">--keep-storage</code></td> <td></td> <td>Amount of disk space to keep for cache</td> </tr> </tbody> </table> <h2 id="parent-command">Parent command</h2> <table> <thead> <tr> <th style="text-align: left">Command</th> <th style="text-align: left">Description</th> </tr> </thead> <tbody> <tr> <td style="text-align: left"><a href="../builder/index">docker builder</a></td> <td style="text-align: left">Manage builds</td> </tr> </tbody> </table> <h2 id="related-commands">Related commands</h2> <table> <thead> <tr> <td>Command</td> <td>Description</td> </tr> </thead> <tbody> <tr> <td><a href="../builder_build/index">docker builder build</a></td> <td>Build an image from a Dockerfile</td> </tr> <tr> <td><a href="index">docker builder prune</a></td> <td>Remove build cache</td> </tr> </tbody> </table> <div class="_attribution">
- <p class="_attribution-p">
- &copy; 2019 Docker, Inc.<br>Licensed under the Apache License, Version 2.0.<br>Docker and the Docker logo are trademarks or registered trademarks of Docker, Inc. in the United States and/or other countries.<br>Docker, Inc. and other parties may also have trademark rights in other terms used herein.<br>
- <a href="https://docs.docker.com/engine/reference/commandline/builder_prune/" class="_attribution-link">https://docs.docker.com/engine/reference/commandline/builder_prune/</a>
- </p>
-</div>