Notes to Self

Alex Sokolsky's Notes on Computers and Programming

Using Docker on MacOS

Docker Desktop is bad choice. Use Colima instead.

To install docker (not desktop) and docker compose:

brew install docker docker-compose

Do NOT use the --cask switch. That will install Docker Desktop instead of CLI.