Hacker News new | ask | show | jobs
by warinukraine 1251 days ago
What do you mean? I just do `apt install docker`.
3 comments

> The thing that I have to install on MacOS so that I can run docker.

There is no apt on macOS.

> on MacOS
brew install docker
That installs Docker Desktop, which is exactly what we are talking about
That installs the Docker CLI which is not Docker Desktop. brew install homebrew/cask/docker is Docker Desktop.
What does apt do on macos