1 parent 4c98761 commit f47c7afCopy full SHA for f47c7af
1 file changed
docs/10-prerequisites/30-docker/01-installation.md
@@ -34,3 +34,8 @@ sudo apt-get update
34
```bash
35
sudo apt-get -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
36
```
37
+
38
+## 3. Install the ARM64 emulation
39
+```bash
40
+docker run --privileged --rm tonistiigi/binfmt --install arm64
41
+```
0 commit comments