I’d like to script the installation and configuration of docker-for-mac.
I can “brew install” docker, however, unlike docker for linux, I couldn’t find a way to configure the new docker-for-mac via configuration files (such as daemon.json). So now I need to ask users to change the VM CPU and memory in the UI, add our private registry in the UI and restart the Docker VM.
Did I overlook something or it is not supported at the moment?