Documentation
¶
Overview ¶
Command docker-buildx is a Docker CLI plugin that implements the `docker buildx` command surface on top of buildah instead of BuildKit.
Install it by placing (or symlinking) the built binary at ~/.docker/cli-plugins/docker-buildx (or the system cli-plugins dir).
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
bake
Package bake implements a practical subset of `docker buildx bake`: it reads HCL, JSON, and compose bake files, resolves the requested targets (with group expansion, inheritance and variable interpolation), and exposes them as build invocations.
|
Package bake implements a practical subset of `docker buildx bake`: it reads HCL, JSON, and compose bake files, resolves the requested targets (with group expansion, inheritance and variable interpolation), and exposes them as build invocations. |
|
build
Package build translates `docker buildx build` invocations into one or more buildah commands.
|
Package build translates `docker buildx build` invocations into one or more buildah commands. |
|
buildahexec
Package buildahexec locates and runs the buildah binary on behalf of the plugin.
|
Package buildahexec locates and runs the buildah binary on behalf of the plugin. |
|
cmd
Package cmd holds the cobra command tree for the buildx-compatible plugin.
|
Package cmd holds the cobra command tree for the buildx-compatible plugin. |
Click to show internal directories.
Click to hide internal directories.