Docker Desktop was my de facto choice on MacOS due to its ease of installation and container management. This changed after Docker updated their subscription service agreement. Step-by-step guide to installing Docker without Docker Desktop The following tutorial assumes that you use brew as your package manager. Install docker Firstly, install docker and docker-credential-helper. 1brew install docker-credential-helper dockerdocker-credential-helper provides a way for Docker to use the MacOS K...