I was able to use Docker to run a Magento 2 site locally on MacOS
This was a challenge because the native version of Docker is not very performant on macOS because of current issues that the Docker team is facing with mounting volumes and handling events.
I was able to…