- Install HomeBrew
- Run brew install –cask docker
- Run brew install docker-compose
- Test installation using docker –version
- Start SpotLigth, search for Docker.app and run it
- Choose default configuration
- Create account or sign in with existing account via Docker Hub
- To test installation further, run docker run hello-world
- Clone Githin repo for Mosamatic
- Run build.sh script (can take really long time because of building wheel for opencv-python). Check out post here.
References
https://www.cprime.com/resources/blog/docker-for-mac-with-homebrew-a-step-by-step-tutorial/