Skip to content

Commit 6f37083

Browse files
github-actions[bot]ndelooflvthillolorenrhcrazy-max
authored
publish updates from main (#22405)
Automated pull request for publishing docs updates. --------- Signed-off-by: Nicolas De Loof <[email protected]> Co-authored-by: Nicolas De loof <[email protected]> Co-authored-by: Lorenz Vanthillo <[email protected]> Co-authored-by: Lorena Rangel <[email protected]> Co-authored-by: CrazyMax <[email protected]>
1 parent ec2228b commit 6f37083

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

content/manuals/build/cache/backends/_index.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,11 @@ $ docker buildx build --push -t <registry>/<image> \
8181
8282
## Multiple caches
8383

84-
BuildKit currently only supports
85-
[a single cache exporter](https://github.com/moby/buildkit/pull/3024). But you
86-
can import from as many remote caches as you like. For example, a common pattern
87-
is to use the cache of both the current branch and the main branch. The
88-
following example shows importing cache from multiple locations using the
89-
registry cache backend:
84+
BuildKit supports multiple cache exporters, allowing you to push cache to more
85+
than one destination. You can also import from as many remote caches as you'd
86+
like. For example, a common pattern is to use the cache of both the current
87+
branch and the main branch. The following example shows importing cache from
88+
multiple locations using the registry cache backend:
9089

9190
```console
9291
$ docker buildx build --push -t <registry>/<image> \

content/manuals/compose/bridge/customize.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ metadata:
133133
spec:
134134
rules:
135135
{{ range $name, $service := .services }}
136-
{{ if $service.x-virtual-host }}
137-
- host: ${{ $service.x-virtual-host }}
136+
{{ range index $service "x-virtual-host" }}
137+
- host: ${{ . }}
138138
http:
139139
paths:
140140
- path: "/"

content/manuals/desktop/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
5757
- Fixed a race condition that prevented Docker Desktop Kubernetes from starting in some scenarios.
5858
- Improved the way ECI collects image digest info from a repository in environments where proxies are configured.
5959
- Users can now to specify a timeout when generating a private Extension Marketplace using the new `--timeout` flag.
60-
- Removed unused internal helper tool `com.docker.admin`.
60+
- Removed unused internal helper tool `com.docker.admin` for Mac and Linux.
6161

6262
#### For Mac
6363

0 commit comments

Comments
 (0)