Open KollaBalasai opened 3 months ago
Hi @KollaBalasai,
Thanks for filing the report and uploading the diagnostics bundle.
Looking at it, I see Docker Desktop fails to start the VM on your Mac host due to this error:
2024-09-02T17:49:40.467513000Z][com.docker.backend.engines.unix] [2024-09-02T17:49:40.467380000Z][com.docker.virtualization] VM configuration is invalid: Rosetta requires arm64
Seems Docker Desktop is configured to use Rosetta (which allows running Intel apps on Apple-chip based Macs), but that setting does not apply to your machine because you have an Intel-based Mac.
I wonder why Docker Desktop is configured that way though, it should not be the case normally. Does the DD GUI show Rosetta enabled under "Settings"? If so try to disable it. If not, then check if config option useVirtualizationFrameworkRosetta
is set to true in the ~/Library/Group Containers/group.com.docker/settings.json
file.
Thanks!
Description
running engine: waiting for the Docker API: engine linux/virtualization-framework failed to run: running VM: com.docker.virtualization: process terminated unexpectedly
Reproduce
install docker desktop
Expected behavior
docker desktop should install successfully and dashboard page should be loaded
docker version
docker info
Diagnostics ID
3B9F3376-338B-45C3-A723-E2F5AFDDDBF9/20240902175004
Additional Info
No response