Skip to content

Commit

Permalink
revert ARM_COMPATIBILITY_MODE renames on translated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored Jul 7, 2024
1 parent e080628 commit 7a2ae17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Dies bedeutet, dass der Docker-Host ohne eine zusätzliche Kompatibilitätsschic
in der Lage ist, AArch32-Binärdateien wie Box86 auszuführen.

Docker Desktop löst dieses Problem, indem es seine Container in einer VM (QEMU) mit einem kompatiblen Kernel ausführt.
Wenn Sie jedoch Docker Desktop nicht verwenden können, versuchen Sie, `ARM_QEMU_MODE` auf `true` zu setzen.
Wenn Sie jedoch Docker Desktop nicht verwenden können, versuchen Sie, `ARM_COMPATIBILITY_MODE` auf `true` zu setzen.
Dadurch wird der Container von der Verwendung von Box86 auf QEMU umgestellt, wenn steamcmd ausgeführt wird.

## FAQ
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ This means that the Docker host is unable to run AArch32 binaries such as Box86
compatibility layer which is the case for Apple Silicon.

Docker Desktop solves this by running its containers inside a VM (QEMU) with a compatible kernel.
However, if you're unable to use Docker Desktop, then try setting `ARM_QEMU_MODE` to `true`.
However, if you're unable to use Docker Desktop, then try setting `ARM_COMPATIBILITY_MODE` to `true`.
This will switch the container from using Box86 to QEMU when running steamcmd.

## FAQ
Expand Down

0 comments on commit 7a2ae17

Please sign in to comment.