CloudBoost / docker

Docker Cloud file for CloudBoost
http://www.cloudboost.io
33 stars 15 forks source link

Readme using sudo with docker-compose up gives an error #13

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi, if you run sudo docker-compose up you'll just get an error:

/Users/noby/Code/docker > sudo docker-compose up ERROR: Couldn't connect to Docker daemon - you might need to run docker-machine start default. /Users/noby/Code/docker > ls README.md docker-compose.yml stop.sh ubuntu16 /Users/noby/Code/docker > docker-compose up Pulling redis (redis:3.0)... 3.0: Pulling from library/redis f5cc0ee7a6f6: Pull complete 5fc25ed18e87: Pull complete

nawazdhandala commented 7 years ago

Did this fix? Are you sure your docker engine was running?

ghost commented 7 years ago

Did Fix sorry for the Bug report