mirror of https://github.com/docker/docs.git
buildx: Kubernetes: fix an incorrect explanation about QEMU
QEMU (user mode) performs full CPU emulation, not full system emulation
This commit is contained in:
parent
0fb1c653c3
commit
7e4856991e
|
@ -158,7 +158,7 @@ $ docker buildx build \
|
|||
|
||||
> **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
|
||||
> compression/decompression will likely take a large performance hit.
|
||||
{ .warning }
|
||||
|
|
Loading…
Reference in New Issue