Docker Desktop is the default way to get docker on your machine, and when you search, it suggests installing it. To find the documentation to do it...
For further actions, you may consider blocking this person and/or reporting abuse
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
By doing that you are installing Docker Desktop which defeats the purpose of this post
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:
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!
I've moved to Rancher Desktop. Thanks for the recommendations!
Running on M1 Mac ( Monterey 12.6.3 (21G419) ) with the following Steps:
1 Add docker cask (Note: If you get Error: It seems there is already a Binary at '/usr/local/share/zsh/site-functions/_docker' this means that the previously installed docker cli tools needs removing --> use
brew remove docker docker-compose
)2 Add docker CLI tools
3 Reboot
4 Start Docker Desktop app
5 Able to use the CLI tools (Docker Desktop must be running)
Test to see if it worked --> Yes !!!
This way you install Docker Desktop app which defeats the purpose of this article - to avoid Desktop app, since it became not completely free. See the beginning of the article.
P.S. Thanks for sharing the other way anyway. I’m sure it will help somebody in the future
TIl that you cab run Mac CPU on Ec2. Wow
@mugane you need to start the Desktop app via shell than? Since it is replacement for Docker Desktop app. And these apps are UI apps, oriented for UI usage. I’m not sure if you will run into another issues after launching it.
Have you solve the issue?