Installing Desktop App for Silicon Ships
Docker Desktop
Open the Desktop App settings.
Navigate to the "Features in development" section.
Enable "Use Rosetta for x86/amd64 emulation on Apple Silicon."
Docker Commands:
When using docker-compose build
, ensure you specify the platform to avoid Docker building the image based on the local system platform. Use the following command:
DOCKER_DEFAULT_PLATFORM=linux/amd64 docker-compose build
Top comments (0)