Setting up a drupal development env using docker image on mac os.
I have been trying to try various ways in which i can make building and destroying development environments quickly and also make them as close to production as possible, i have tried using vagrant before till i was bitten by the docker bug. There is an official docker image for drupal 8 and drupal 8 on the docker hub, i have tried using them before it wasn't a great wow moment to be honest. Creating a drupal image using official drupal docker image form docker hub. The docker image did not have drush or drupal console so it was a bit disappointing. I searched and came across https://hub.docker.com/r/iiiepe/nginx-drupal/ The guys have done a lot of work in using docker in their deployment workflow, so i wanted to give this a try. I could have used docker hub to pull the iiiepe image, but i wanted to see what is inside and if i need to make changes i could. I first created a folder in my docker subfolder, I normally keep docker images and my projects separate. I checked...