Difference between revisions of "Docker buildx --help"

From wikieduonline
Jump to navigation Jump to search
(Created page with "<pre> docker buildx --help Usage: docker buildx [OPTIONS] COMMAND Extended build capabilities with BuildKit Options: --builder string Override the configured...")
 
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{lc}}
 
<pre>
 
<pre>
 
docker buildx --help
 
docker buildx --help
Line 12: Line 13:
 
Management Commands:
 
Management Commands:
 
   imagetools  Commands to work on images in registry
 
   imagetools  Commands to work on images in registry
 +
</pre>
  
Commands:
+
Commands:
 
   bake        Build from a file
 
   bake        Build from a file
 
   build      Start a build
 
   build      Start a build
Line 21: Line 23:
 
   ls          List builder instances
 
   ls          List builder instances
 
   prune      Remove build cache
 
   prune      Remove build cache
   rm          Remove a builder instance
+
   [[docker buildx rm|rm]]         Remove a builder instance
 
   stop        Stop builder instance
 
   stop        Stop builder instance
 
   use        Set the current builder instance
 
   use        Set the current builder instance
Line 30: Line 32:
  
  
 +
== See also ==
 +
* {{docker buildx}}
  
{{docker buildx}}
+
[[Category:Docker]]

Latest revision as of 10:13, 28 July 2023

docker buildx --help

Usage:  docker buildx [OPTIONS] COMMAND

Extended build capabilities with BuildKit

Options:
      --builder string   Override the configured
                         builder instance

Management Commands:
  imagetools  Commands to work on images in registry
Commands:
 bake        Build from a file
 build       Start a build
 create      Create a new builder instance
 du          Disk usage
 inspect     Inspect current builder instance
 ls          List builder instances
 prune       Remove build cache
 rm          Remove a builder instance
 stop        Stop builder instance
 use         Set the current builder instance
 version     Show buildx version information

Run 'docker buildx COMMAND --help' for more information on a command.


See also[edit]

Advertising: