Skip to content

Commit

Permalink
Drop reference to docker-machine
Browse files Browse the repository at this point in the history
  • Loading branch information
gthole committed Jan 22, 2018
1 parent 32b146f commit dccd5cb
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit dccd5cb

Please sign in to comment.