Skip to content

Commit 30be50d

Browse files
authored
build: fix docker container driver name (#22327)
## Description Correct name is `Docker container driver`. ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review Signed-off-by: CrazyMax <[email protected]>
1 parent 3910565 commit 30be50d

File tree

2 files changed

+2
-2
lines changed
  • content/manuals

2 files changed

+2
-2
lines changed

content/manuals/build/builders/drivers/docker-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Docker container build driver
2+
title: Docker container driver
33
description: The Docker container driver runs BuildKit in a container image.
44
keywords: build, buildx, driver, builder, docker-container
55
aliases:

content/manuals/security/for-admins/hardened-desktop/enhanced-container-isolation/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Prior to Docker Desktop 4.19, ECI did not protect containers used implicitly
8282
by `docker build` during the build process.
8383

8484
Since Docker Desktop 4.19, ECI protects containers used by `docker build`
85-
when using the [Docker container build driver](/manuals/build/builders/drivers/_index.md).
85+
when using the [Docker container driver](/manuals/build/builders/drivers/_index.md).
8686

8787
In addition, since Docker Desktop 4.30, ECI also protects containers used by
8888
`docker build` when using the default "docker" build driver, on all

0 commit comments

Comments
 (0)