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.
buildx/commands
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
..
imagetools imagetools: implement inspect for manifest list 6 years ago
bake.go bake: rename compose file 6 years ago
build.go build: add cache-from and cache-to support 6 years ago
create.go commands: fix invalid reload on boot 6 years ago
inspect.go build: add docker output for non-moby drivers 6 years ago
install.go install/uninstall: allow aliasing buildx to `docker builder` 6 years ago
ls.go commands: fix invalid reload on boot 6 years ago
rm.go rm: remove builder even if driver is not responsive 6 years ago
root.go install/uninstall: allow aliasing buildx to `docker builder` 6 years ago
stop.go commands: add implementations for create, use, rm, stop 6 years ago
uninstall.go install/uninstall: allow aliasing buildx to `docker builder` 6 years ago
use.go commands: fix invalid reload on boot 6 years ago
util.go build: add docker output for non-moby drivers 6 years ago