Remove obsolete step to connect to Docker VM

pull/1225/head
sumedhpathak 2017-02-10 16:42:10 -08:00 committed by GitHub
parent 5d432bac10
commit 5db87b3cdd
1 changed files with 0 additions and 4 deletions

View File

@ -47,10 +47,6 @@ Citus Cloud runs on top of AWS as a fully managed database as a service and has
If you're looking to get started locally, you can follow the following steps to get up and running.
* Install docker-compose: [Mac][mac_install] | [Linux][linux_install]
* (Mac only) connect to Docker VM
```bash
eval $(docker-machine env default)
```
* Pull and start the docker images
```bash