ironstar-io / tokaido

Zero-conf Drupal Local Development Environments with Docker
https://tokaido.io
BSD 3-Clause "New" or "Revised" License
57 stars 10 forks source link

On new systems, the composer cache folder is not created before it is referenced #179

Closed ironmike-au closed 5 years ago

ironmike-au commented 5 years ago
🚅  Starting your Drupal environment
Tokaido encountered a fatal error and had to stop at command 'docker-compose -f /Users/mrichardson/code/test1/docker-compose.tok.yml up --remove-orphans -d'
Creating network "test1_default" with the default driver
Volume tok_composer_cache declared as external, but could not be found. Please create the volume manually using `docker volume create --name=tok_composer_cache` and try again.
2019/06/11 07:29:10 exit status 1

fixed by running docker volume create --name=tok_composer_cache as suggested