1. Install MySQL 5.7.21, but the installer is fucked: twitter.com/0xced/statuses…
2. Install MySQL 8.0.4 which introduced a new authentication mechanism that neither MySQL Workbench nor Sequel Pro support: blog.gabriela.io/2018/02/22/how…
4. Test Docker installation by running `docker run hello-world` as instructed on docs.docker.com/docker-for-mac… but get this error: "Cannot connect to the Docker daemon at tcp://127.0.0.1:2375. Is the docker daemon running?"
7. Read the documentation of the Docker image, get a working MySQL container running. 🎉