From f77ac1cb9e094dffc0db57cc2772318e5afc176e Mon Sep 17 00:00:00 2001 From: Doug Cone Date: Fri, 14 Jul 2017 14:45:31 -0400 Subject: [PATCH] docker machine is depreciated quick docs update to reflect that docker-machine is no longer needed for most users. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 011f716..35d7ac1 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,12 @@ Currently support is focused at Drupal 7 and Drupal 8. However there is rudiment ## Requirements * [Composer](https://getcomposer.org/) -* [Docker](https://www.docker.com/) +* [Docker](https://www.docker.com/get-docker) (Community edition for most users) * [Docker Compose](https://docs.docker.com/compose/) ## 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`. +Ensure that you have all the requirements installed on your system, then run: ```` composer global require mglaman/platform-docker