buildx/vendor/github.com/docker
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>
..
cli install/uninstall: allow aliasing buildx to `docker builder`
compose-on-kubernetes vendor: initial vendor
distribution vendor: initial vendor
docker build: support more variations on context and dockerfile + iidfile
docker-credential-helpers vendor: initial vendor
go vendor: initial vendor
go-connections vendor: initial vendor
go-events vendor: initial vendor
go-metrics vendor: initial vendor
go-units vendor: add buildkit