docs: reference docs updates
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>pull/506/head
parent
ca0f5dabea
commit
c46407b2d3
@ -1,32 +1,31 @@
|
||||
# buildx
|
||||
|
||||
```
|
||||
Usage: docker buildx [OPTIONS] COMMAND
|
||||
docker buildx [OPTIONS] COMMAND
|
||||
```
|
||||
|
||||
<!---MARKER_GEN_START-->
|
||||
Build with BuildKit
|
||||
|
||||
Options:
|
||||
--builder string Override the configured builder instance
|
||||
|
||||
Management Commands:
|
||||
imagetools Commands to work on images in registry
|
||||
### Subcommands
|
||||
|
||||
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
|
||||
| Name | Description |
|
||||
| --- | --- |
|
||||
| [`bake`](buildx_bake.md) | Build from a file |
|
||||
| [`build`](buildx_build.md) | Start a build |
|
||||
| [`create`](buildx_create.md) | Create a new builder instance |
|
||||
| [`du`](buildx_du.md) | Disk usage |
|
||||
| [`imagetools`](buildx_imagetools.md) | Commands to work on images in registry |
|
||||
| [`inspect`](buildx_inspect.md) | Inspect current builder instance |
|
||||
| [`install`](buildx_install.md) | Install buildx as a 'docker builder' alias |
|
||||
| [`ls`](buildx_ls.md) | List builder instances |
|
||||
| [`prune`](buildx_prune.md) | Remove build cache |
|
||||
| [`rm`](buildx_rm.md) | Remove a builder instance |
|
||||
| [`stop`](buildx_stop.md) | Stop builder instance |
|
||||
| [`uninstall`](buildx_uninstall.md) | Uninstall the 'docker builder' alias |
|
||||
| [`use`](buildx_use.md) | Set the current builder instance |
|
||||
| [`version`](buildx_version.md) | Show buildx version information |
|
||||
|
||||
Run 'docker buildx COMMAND --help' for more information on a command.
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
Build with BuildKit
|
||||
<!---MARKER_GEN_END-->
|
||||
|
@ -1,16 +1,19 @@
|
||||
# buildx du
|
||||
|
||||
```
|
||||
Usage: docker buildx du
|
||||
docker buildx du
|
||||
```
|
||||
|
||||
<!---MARKER_GEN_START-->
|
||||
Disk usage
|
||||
|
||||
Options:
|
||||
--builder string Override the configured builder instance
|
||||
--filter filter Provide filter values
|
||||
--verbose Provide a more verbose output
|
||||
```
|
||||
### Options
|
||||
|
||||
## Description
|
||||
| Name | Description |
|
||||
| --- | --- |
|
||||
| `--builder string` | Override the configured builder instance |
|
||||
| `--filter filter` | Provide filter values |
|
||||
| `--verbose` | Provide a more verbose output |
|
||||
|
||||
Disk usage
|
||||
|
||||
<!---MARKER_GEN_END-->
|
@ -0,0 +1,11 @@
|
||||
# buildx install
|
||||
|
||||
```
|
||||
docker buildx install
|
||||
```
|
||||
|
||||
<!---MARKER_GEN_START-->
|
||||
Install buildx as a 'docker builder' alias
|
||||
|
||||
|
||||
<!---MARKER_GEN_END-->
|
@ -0,0 +1,11 @@
|
||||
# buildx uninstall
|
||||
|
||||
```
|
||||
docker buildx uninstall
|
||||
```
|
||||
|
||||
<!---MARKER_GEN_START-->
|
||||
Uninstall the 'docker builder' alias
|
||||
|
||||
|
||||
<!---MARKER_GEN_END-->
|
Loading…
Reference in New Issue