docs/build/buildx/drivers/remote.md

723 B

title keywords fetch_remote
Remote driver build, buildx, driver, builder, remote
line_start line_end
2 -1

Beta

Remote driver is currently available as a beta feature. We recommend that you do not use this feature in production environments. You can build Buildx from source{: target="blank" rel="noopener" class=""} to test the remote driver or use the following command to download and install an edge release of Buildx:

$ echo "FROM docker/buildx-bin:master" | docker buildx build --platform=local --output . -f - .
$ mkdir -p ~/.docker/cli-plugins/
$ mv buildx ~/.docker/cli-plugins/docker-buildx

{: .important}