markshust / docker-magento

Mark Shust's Docker Configuration for Magento
https://m.academy/courses/set-up-magento-2-development-environment-docker/
MIT License
2.59k stars 1.01k forks source link

Error during setup process #18

Closed katat closed 8 years ago

katat commented 8 years ago

I copied the docker-compose.yml from this repo and run the following command to setup m2:

docker-compose run --rm setup

It responses:

SQLSTATE[HY000] [2002] No route to host.

[InvalidArgumentException] Parameter validation failed

Any ideas of what could be the causes?

Thanks

navarr commented 8 years ago

I'm having a similar issue where there is "No route to host" attempting to install Magento2 (manually)

markshust commented 8 years ago

Is this still an issue? I'm wondering if a new version of Docker messed something up. Sometimes, it took 3-4 seconds for the MySQL container to initially boot, and running the command a subsequent time (when the container has been primed) fixes that issue.

markshust commented 8 years ago

Closing from inactivity

MasterCATZ commented 8 years ago

have same issue

what was solution ?