Skip to content

Instantly share code, notes, and snippets.

@rpkoller
Created December 22, 2018 02:39
Show Gist options
  • Save rpkoller/a4b080b4d60e011e8e99e01af793cb35 to your computer and use it in GitHub Desktop.
Save rpkoller/a4b080b4d60e011e8e99e01af793cb35 to your computer and use it in GitHub Desktop.
$> ddev start
Network ddev_default created
It looks like you have a new ddev release.
May we send anonymous ddev usage statistics and errors?
To know what we will see please take a look at
https://ddev.readthedocs.io/en/latest/users/cli-usage/#opt-in-usage-information
Permission to beam up? [Y/n] (yes): n
Starting wptest...
Creating volume "ddev-ssh-agent_dot_ssh" with default driver
Creating volume "ddev-ssh-agent_socket_dir" with default driver
Pulling ddev-ssh-agent (drud/ddev-ssh-agent:v1.5.0)...
Creating ddev-ssh-agent ... done
ssh-agent container is running: If you want to add authentication to the ssh-agent container, run 'ddev auth ssh' to enable your keys.
ddev needs to add an entry to your hostfile.
It will require administrative privileges via the sudo command, so you may be required
to enter your password for sudo. ddev is about to issue the command:
sudo /usr/local/bin/ddev hostname wptest.ddev.local 127.0.0.1
Please enter your password if prompted.
Running Command Command=sudo /usr/local/bin/ddev hostname wptest.ddev.local 127.0.0.1
Password:
Creating volume "wptest-mariadb" with default driver
Creating volume "ddev-composer-cache" with default driver
Pulling db (drud/ddev-dbserver:v1.5.0-10.2)...
Pulling web (drud/ddev-webserver:v1.5.0)...
Pulling dba (drud/phpmyadmin:v1.5.0)...
Creating ddev-wptest-db ... error
ERROR: for ddev-wptest-db Cannot create container for service db: invalid mount config for type "bind": bind source path does not exist: /Users/myuser/sites/wptest/.ddev/import-db
ERROR: for db Cannot create container for service db: invalid mount config for type "bind": bind source path does not exist: /Users/myuser/sites/wptest/.ddev/import-db
Encountered errors while bringing up the project.
Failed to start wptest: Failed to run docker-compose [-f /Users/myuser/sites/wptest/.ddev/docker-compose.yaml up -d], err='exit status 1', stdout='v1.5.0-10.2: Pulling from drud/ddev-dbserver
v1.5.0: Pulling from drud/ddev-webserver
v1.5.0: Pulling from drud/phpmyadmin
', stderr='Creating volume "wptest-mariadb" with default driver
Creating volume "ddev-composer-cache" with default driver
Pulling db (drud/ddev-dbserver:v1.5.0-10.2)...
Pulling web (drud/ddev-webserver:v1.5.0)...
Pulling dba (drud/phpmyadmin:v1.5.0)...
Creating ddev-wptest-db ... error
ERROR: for ddev-wptest-db Cannot create container for service db: invalid mount config for type "bind": bind source path does not exist: /Users/myuser/sites/wptest/.ddev/import-db
ERROR: for db Cannot create container for service db: invalid mount config for type "bind": bind source path does not exist: /Users/myuser/sites/wptest/.ddev/import-db
Encountered errors while bringing up the project.'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment