From dccd5cb7fd9f9e0780e3d8eea15c06a47be3c601 Mon Sep 17 00:00:00 2001 From: Greg Thole Date: Sun, 21 Jan 2018 19:51:16 -0500 Subject: [PATCH] Drop reference to docker-machine --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f40f83c..2352548 100644 --- a/README.md +++ b/README.md @@ -41,17 +41,12 @@ to install packages or a have a database running in order to get started. #### Dependencies -Download and install [Docker Toolbox](http://www.docker.com/toolbox). +Download and install [Docker](https://www.docker.com/community-edition). Test +that it works with `$ docker ps` Clone this repo and `cd` into it. ```bash -# Create a docker machine for gedgo to run in -$ docker-machine create -d virtualbox gedgo - -# Point docker environment variables at it -$ eval $(docker-machine env gedgo) - # Build the docker images $ docker-compose build ```