mirror of https://github.com/docker/docs.git
723 B
723 B
title | keywords | fetch_remote | ||||
---|---|---|---|---|---|---|
Remote driver | build, buildx, driver, builder, remote |
|
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}