From 30be50d43f49b28a51eeadc5adebe5908da98b64 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Fri, 28 Mar 2025 09:48:26 +0100 Subject: [PATCH] build: fix docker container driver name (#22327) ## Description Correct name is `Docker container driver`. ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- content/manuals/build/builders/drivers/docker-container.md | 2 +- .../hardened-desktop/enhanced-container-isolation/faq.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/manuals/build/builders/drivers/docker-container.md b/content/manuals/build/builders/drivers/docker-container.md index a71b9de1b4..025db83eba 100644 --- a/content/manuals/build/builders/drivers/docker-container.md +++ b/content/manuals/build/builders/drivers/docker-container.md @@ -1,5 +1,5 @@ --- -title: Docker container build driver +title: Docker container driver description: The Docker container driver runs BuildKit in a container image. keywords: build, buildx, driver, builder, docker-container aliases: diff --git a/content/manuals/security/for-admins/hardened-desktop/enhanced-container-isolation/faq.md b/content/manuals/security/for-admins/hardened-desktop/enhanced-container-isolation/faq.md index 35d1a603e5..f3d58009e9 100644 --- a/content/manuals/security/for-admins/hardened-desktop/enhanced-container-isolation/faq.md +++ b/content/manuals/security/for-admins/hardened-desktop/enhanced-container-isolation/faq.md @@ -82,7 +82,7 @@ Prior to Docker Desktop 4.19, ECI did not protect containers used implicitly by `docker build` during the build process. Since Docker Desktop 4.19, ECI protects containers used by `docker build` -when using the [Docker container build driver](/manuals/build/builders/drivers/_index.md). +when using the [Docker container driver](/manuals/build/builders/drivers/_index.md). In addition, since Docker Desktop 4.30, ECI also protects containers used by `docker build` when using the default "docker" build driver, on all