How to start Docker for Mac daemon on boot?
TL;DR Running Docker for Mac as a standalone service is not supported. Instead run Docker in a VirtualBox VM, either by creating a plain VM or using docker-machine. Then set the Virtualbox VM up to run at boot. This is the LaunchAgent I use for Virtualbox: <?xml version=”1.0″ encoding=”UTF-8″?> <!DOCTYPE plist PUBLIC “-//Apple//DTD PLIST 1.0//EN” … Read more