buildx/driver
Justin Chadwell 17d4369866 create: improve interface when attempting to create docker driver
Previously, the help information for buildx indicated that users could
create a new instance of the docker driver - which is explicitly
something we don't support, driver of this form are automatically
derived from the available list of docker contexts.

This patch ensures that don't have AllowsInstance set will not appear in
the help text, and additionally provide a new more specific error
message instead of the generic "failed to find driver". This should help
point users in the correct direction.

Signed-off-by: Justin Chadwell <me@jedevc.com>
..
bkimage feat(driver/kubernetes): support mount buildkit.toml and qemu installing
docker enable other exporters if docker driver uses containerd
docker-container vendor: update docker/cli to f1615fa
kubernetes vendor: v20.10.3-0.20220803220330-418ca3b4d46f (v22.06.0-dev)
remote remote: add additional connhelpers to buildx
driver.go ls: adds fallback if buildkit version info unimplemented
features.go driver: add feature testing
manager.go create: improve interface when attempting to create docker driver