I am trying to setup ddev
along docker
and docker-compose
on Mac OS 10.12.6 by running command inside project folder which is already set up ddev
. I am setting up https://github.com/mautic/mautic this project over my local machine.
ddev start
Error I am getting is
ERROR: for ddev-mautic-db Cannot create container for service db: invalid mount config for type "bind":
bind source path does not exist: /Library/WebServer/Documents/codebase/mautic/.ddev
ERROR: for db Cannot create container for service db: invalid mount config for type "bind":
bind source path does not exist: /Library/WebServer/Documents/codebase/mautic/.ddev
Encountered errors while bringing up the project.'
I have set up by following command
docker-machine create --driver virtualbox default
$ docker-machine env default
$ eval "$(docker-machine env default)"
Totally new to docker
and ddev
didn't find answer which can help me to solve.
Any help will be appreciated!