DEV Community

Discussion on: Install Docker on Mac M1 without Docker Desktop

Collapse
 
rede_akbar profile image
ribonred

hi thanks for the tutorial, want to add..
i've installed like your tutorial in monterey and end up with docker daemon not running. so its solved by

brew install --cask docker

thanks.. hope it help other

Collapse
 
cognitiaclaeves profile image
Jason

Not sure how you got docker to work, here. My understanding is that nerdctl replaces docker. Here's a good walk-through: youtu.be/evWPib0iNgY

( when I tried your command, above, before I had an idea what was going on, I got an error that the application already existed:

% brew install --cask docker
Running `brew update --preinstall`...
==> Auto-updated Homebrew!
Updated 3 taps (homebrew/core, homebrew/cask and caskroom/cask).
==> Updated Formulae
Updated 2 formulae.
==> Updated Casks
Updated 2 casks.

==> Downloading https://desktop.docker.com/mac/main/arm64/74594/Docker.dmg
######################################################################## 100.0%
==> Installing Cask docker
==> Purging files for version 4.5.0,74594 of Cask docker
Error: It seems there is already an App at '/Applications/Docker.app'.
jnorment@Rearc-MBP rancher-docker % brew uninstall --cask docker
Error: Cask 'docker' is not installed.
Enter fullscreen mode Exit fullscreen mode
Collapse
 
sergej_brazdeikis profile image
Sergej Brazdeikis

Ranched Desktop gives a choise to use nerdctl, docker etc. All good!

With the link to video you shared - you can completely go away from docker cli, and for me it is not an option atm.

Thanks for bringing it up!

Collapse
 
libertxyz profile image
Libert S

By doing that you are installing Docker Desktop which defeats the purpose of this post