mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
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 <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user