From 96df067d7b2c6057b2cbab9ead195cad3df91dc4 Mon Sep 17 00:00:00 2001 From: Pedro Cambra Date: Fri, 5 Aug 2016 09:48:36 +0900 Subject: [PATCH] Added docker-machine instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1a1434b..6473881 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Currently support is focused at Drupal 7 and Drupal 8. However there is rudiment ## Installation First, if you do not have Docker then head over to their [documentation](https://docs.docker.com/) and see how to install for your machine. +For OSX and Windows users, make sure you have [Virtual Box](https://www.virtualbox.org/wiki/Downloads) installed and docker-machine configured, follow [these instructions](https://docs.docker.com/machine/get-started/#/create-a-machine) for the later and ensure you have +ran `docker-machine create --driver virtualbox default`. ```` composer global require mglaman/platform-docker