Docker CLI plugin for extended build capabilities with BuildKit
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Tibor Vass 416b7bb23f install/uninstall: allow aliasing buildx to `docker builder`
Currently the user can type `docker buildx` to use this tool.
This patch allows the user to install buildx as a `docker builder` alias.

As an additional benefit, this allows the regular `docker build` to hook
into `buildx build`.

Note that the install and uninstall commands are currently hidden.

Signed-off-by: Tibor Vass <tibor@docker.com>
6 years ago
bake build: add cache-from and cache-to support 6 years ago
build build: add cache-from and cache-to support 6 years ago
cmd/buildx cmd: allow invoking without plugin 6 years ago
commands install/uninstall: allow aliasing buildx to `docker builder` 6 years ago
driver build: add docker output for non-moby drivers 6 years ago
hack bake: rename compose file 6 years ago
store commands: fix invalid reload on boot 6 years ago
util build: add docker output for non-moby drivers 6 years ago
vendor install/uninstall: allow aliasing buildx to `docker builder` 6 years ago
version cmd: add helloworld example 6 years ago
.dockerignore hack: add cross target 6 years ago
.gitignore hack: add test target 6 years ago
.travis.yml travis: temporarily only build for linux/amd64 and darwin/amd64 6 years ago
Dockerfile install/uninstall: allow aliasing buildx to `docker builder` 6 years ago
Makefile hack: add test target 6 years ago
go.mod install/uninstall: allow aliasing buildx to `docker builder` 6 years ago
go.sum install/uninstall: allow aliasing buildx to `docker builder` 6 years ago
gometalinter.json hack: base build scripts 6 years ago