mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 09:17:49 +08:00
Merge pull request #1318 from crazy-max/new-docs-links
docs: update links to new docs
This commit is contained in:
commit
7bd97f6717
@ -119,7 +119,7 @@ For more information on scalability, see the options for [buildx create](https:/
|
|||||||
|
|
||||||
## Multi-platform builds
|
## Multi-platform builds
|
||||||
|
|
||||||
The kubernetes buildx driver has support for creating [multi-platform images](https://docs.docker.com/build/buildx/multiplatform-images/),
|
The kubernetes buildx driver has support for creating [multi-platform images](https://docs.docker.com/build/building/multi-platform/),
|
||||||
for easily building for multiple platforms at once.
|
for easily building for multiple platforms at once.
|
||||||
|
|
||||||
### QEMU
|
### QEMU
|
||||||
|
@ -34,7 +34,7 @@ Build from a file
|
|||||||
Bake is a high-level build command. Each specified target will run in parallel
|
Bake is a high-level build command. Each specified target will run in parallel
|
||||||
as part of the build.
|
as part of the build.
|
||||||
|
|
||||||
Read [High-level build options with Bake](https://docs.docker.com/build/bake/)
|
Read [High-level build options with Bake](https://docs.docker.com/build/customize/bake/)
|
||||||
guide for introduction to writing bake files.
|
guide for introduction to writing bake files.
|
||||||
|
|
||||||
> **Note**
|
> **Note**
|
||||||
@ -85,7 +85,7 @@ target "db" {
|
|||||||
$ docker buildx bake -f docker-bake.dev.hcl db webapp-release
|
$ docker buildx bake -f docker-bake.dev.hcl db webapp-release
|
||||||
```
|
```
|
||||||
|
|
||||||
See our [file definition](https://docs.docker.com/build/bake/file-definition/)
|
See our [file definition](https://docs.docker.com/build/customize/bake/file-definition/)
|
||||||
guide for more details.
|
guide for more details.
|
||||||
|
|
||||||
### <a name="no-cache"></a> Do not use cache when building the image (--no-cache)
|
### <a name="no-cache"></a> Do not use cache when building the image (--no-cache)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user