Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.

platform-docker init: Cannot link non running container #55

Open
dbrekelmans opened this issue Nov 24, 2016 · 2 comments
Open

platform-docker init: Cannot link non running container #55

dbrekelmans opened this issue Nov 24, 2016 · 2 comments

Comments

@dbrekelmans
Copy link

When running platform-docker init I got the following error:

[Exception] Error executing docker command: Starting projectname_mariadb_1 projectname_redis_1 is up-to-date Starting projectname_phpfpm_1 ERROR: for phpfpm Cannot link to a non running container: /projectname_mariadb_1 AS /projectname_phpfpm_1/mariadb Encountered errors while bringing up the project.

@mglaman
Copy link
Owner

mglaman commented Nov 24, 2016

Ah yeah I need to fix a change. There are boot2docker hacks for running mysql as root.

Can you manually edit the docker-compose.yml generated and remove --user=root and in the my.conf change user = root to user = mysql and see if that works? It has for me. If you 👍 I'll make the commit to fix

@mglaman
Copy link
Owner

mglaman commented Feb 26, 2017

This is brought up in #64. However missing second change

mglaman added a commit that referenced this issue Feb 26, 2017
As reported in #55, and partially addressed in #64.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants