for-mac icon indicating copy to clipboard operation
for-mac copied to clipboard

Incopetiblle CPU on M3

Open Miarina opened this issue 1 year ago • 1 comments

Description

046316E6-0A04-4ED5-85CF-C507C89A39D5/20240902161426

Reproduce

not able to open

Expected behavior

not found

docker version

not found

docker info

% docker version
zsh: command not found: docker
karaneste@Karas-MacBook-Pro ~ % rm -rf ~/Library/Containers/com.docker.
karaneste@Karas-MacBook-Pro ~ % cd /usr/local/bin

cd: no such file or directory: /usr/local/bin
karaneste@Karas-MacBook-Pro ~ % chmod 0755 dock*
zsh: no matches found: dock*
karaneste@Karas-MacBook-Pro ~ % /Applications/Docker.app/Contents/MacOS/com.docker.diagnose
Please specify a command.

USAGE: com.docker.diagnose [options] COMMAND [options]

Gather and upload diagnostics bundles for Docker Desktop.
Commands:
  check
  login
  getstacks
  gather
  upload
  check-hypervisor
  detect-host-hypervisor

Options:
  -json string
    	Output check results to the given .json file
  -path string
    	Local path prefix where to store the diagnostics bundle.

Run 'com.docker.diagnose COMMAND help' for more information on the command

Common use cases:
- Generate a diagnostics check:
    com.docker.diagnose check
  This will print a series of diagnostic and suggest a way to repair the failures.

- Generate a diagnostics bundle and upload:
    com.docker.diagnose gather -upload
  This will print a diagnostics ID you can supply for further troubleshooting.

- Generate a local diagnostics bundle to upload later:
    com.docker.diagnose gather
  This will print a diagnostics ID you can use to upload with.
    com.docker.diagnose submit <ID>

- Generate a local diagnostics bundle:
    com.docker.diagnose gather <file>
  This will generate a local bundle in <file>.zip.

If -path is specified, place the diagnostics bundle in that directory. Otherwise the system default temporary directory will be used.
karaneste@Karas-MacBook-Pro ~ %

Diagnostics ID

046316E6-0A04-4ED5-85CF-C507C89A39D5/20240902161426

Additional Info

--

Miarina avatar Sep 02 '24 16:09 Miarina

Hi @Miarina , If you get the Incompatible CPU error message, then you need to download the Docker Desktop binary for your computer Architecture. If you own an M3 laptop, then you need to download this binary (Mac with Apple Silicon chip)

jpbriend avatar Sep 03 '24 06:09 jpbriend