mirror of https://github.com/docker/docs.git
Merge pull request #18315 from dvdksn/build-rephrase-qemu-emulation
build: rephrase perf penalty with qemu emulation
This commit is contained in:
commit
e1db0099ae
|
|
@ -55,9 +55,8 @@ loads it through a binary registered in the `binfmt_misc` handler.
|
||||||
|
|
||||||
> **Note**
|
> **Note**
|
||||||
>
|
>
|
||||||
> QEMU performs full-system emulation of non-native platforms, which is much
|
> Emulation with QEMU can be much slower than native builds, especially for
|
||||||
> slower than native builds. Compute-heavy tasks like compilation and
|
> compute-heavy tasks like compilation and compression or decompression.
|
||||||
> compression or decompression likely results in a large performance hit.
|
|
||||||
>
|
>
|
||||||
> Use [cross-compilation](#cross-compilation) instead, if possible.
|
> Use [cross-compilation](#cross-compilation) instead, if possible.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -135,11 +135,10 @@ $ docker buildx build \
|
||||||
--push .
|
--push .
|
||||||
```
|
```
|
||||||
|
|
||||||
> **Warning**
|
> **Note**
|
||||||
>
|
>
|
||||||
> QEMU performs full-system emulation of non-native platforms, which is much
|
> Emulation with QEMU can be much slower than native builds, especially for
|
||||||
> slower than native builds. Compute-heavy tasks like compilation and
|
> compute-heavy tasks like compilation and compression or decompression.
|
||||||
> compression/decompression will likely take a large performance hit.
|
|
||||||
|
|
||||||
## Custom network
|
## Custom network
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue