Open nhat416 opened 3 years ago
Same issue here - did you find a solution?
Same issue, did you find a solution?
I had the same issue with Dockerdesctop 4.21.1 with Docker 24.0.2. In the documentation there was a hint to install rosetta (not mandatory since Dockerdesktop 4.3.0). So I tried: softwareupdate --install-rosetta
After starting with an empty folder, cloning the latest version of kuard and change in the Dockerfile amd64 to arm64 docker build and run worked es described in the readme file.
The issue has been solved in the last post of #30
Context:
docker build -t kuard .
Got the following error:
Any help is appreciated thank you