Merge pull request #15651 from crazy-max/build-drivers-redirects

build: missing redirects for drivers and remote driver GA
This commit is contained in:
CrazyMax 2022-09-14 14:31:35 +02:00 committed by GitHub
commit 74207968f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 15 deletions

View File

@ -1,6 +1,8 @@
---
title: "Docker container driver"
keywords: build, buildx, driver, builder, docker-container
redirect_from:
- /build/buildx/drivers/docker-container/
fetch_remote:
line_start: 2
line_end: -1

View File

@ -1,6 +1,8 @@
---
title: "Docker driver"
keywords: build, buildx, driver, builder, docker
redirect_from:
- /build/buildx/drivers/docker/
fetch_remote:
line_start: 2
line_end: -1

View File

@ -1,6 +1,8 @@
---
title: "Drivers overview"
keywords: build, buildx, driver, builder, docker-container, kubernetes, remote
redirect_from:
- /build/buildx/drivers/
fetch_remote:
line_start: 2
line_end: -1

View File

@ -1,6 +1,8 @@
---
title: "Kubernetes driver"
keywords: build, buildx, driver, builder, kubernetes
redirect_from:
- /build/buildx/drivers/kubernetes/
fetch_remote:
line_start: 2
line_end: -1

View File

@ -1,22 +1,9 @@
---
title: "Remote driver"
keywords: build, buildx, driver, builder, remote
redirect_from:
- /build/buildx/drivers/remote/
fetch_remote:
line_start: 2
line_end: -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](https://github.com/docker/buildx#building){: target="_blank" rel="noopener" class="_"}
> to test the remote driver or use the following command to download and
> install an edge release of Buildx:
>
> ```console
> $ 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}