🚅 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
fixed by running
docker volume create --name=tok_composer_cache
as suggested