Installing docker with brew on Mac

What is the difference between brew install docker and Docker desktop from docker.com?

@nsubrahm Docker Desktop for windows and mac have more than just the docker process. It has compose and other developer tools a native GUI app that shows up in your bar and, in general, quite a few nice features that are problematic on these systems like how file permissions are handled. I do not know exactly what is bundled in the brew package manager but I chose to have my development team work with the official downloads for mac and windows. I hope this helps.

1 Like