mirror of https://github.com/docker/docs.git
Merge pull request #19191 from AkihiroSuda/patch-13
buildx: Kubernetes: fix an incorrect explanation about QEMU
This commit is contained in:
commit
71fad086ac
|
@ -158,7 +158,7 @@ $ docker buildx build \
|
||||||
|
|
||||||
> **Warning**
|
> **Warning**
|
||||||
>
|
>
|
||||||
> QEMU performs full-system emulation of non-native platforms, which is much
|
> QEMU performs full-CPU emulation of non-native platforms, which is much
|
||||||
> slower than native builds. Compute-heavy tasks like compilation and
|
> slower than native builds. Compute-heavy tasks like compilation and
|
||||||
> compression/decompression will likely take a large performance hit.
|
> compression/decompression will likely take a large performance hit.
|
||||||
{ .warning }
|
{ .warning }
|
||||||
|
|
Loading…
Reference in New Issue