added missing mysql root password to sample app#1761
added missing mysql root password to sample app#1761abonas wants to merge 1 commit intoopenshift:masterfrom
Conversation
|
NACK. This is actually a different error. What happened is that I've changed the variables in #1329 but forgot to change the image from mysql to openshift/mysql-55-centos7. It should work with the image changed, can you please do that and test whether it works? |
Looking at your PR #1329 seems like you're right. will wait for an official fix for that. This whole situation raises several concerns and questions, adding @smarterclayton too.
|
|
The fact the containers aren't cleaned up is definitely a bug - the container gc must not be working. |
|
@smarterclayton @abonas I saw a Docker (?) bug last week on my F21 vagrant box where the space was not reclaimed and Docker filled up my partition. I tried to reboot, restart Docker, cleanup all container/images but the only solution was to rm -rf /var/lib/docker... and i'm using native docker not lxc |
|
@mfojtik mine was on fedora 20, docker version 1.5. |
|
Is this now fixed? |
|
@smarterclayton The template was fixed in #1762. |
|
Ok, closing then. Thanks |
MySQL docker image requires a setting env MSQL_ROOT_PASSWORD, it doesn't work without it.
As a result pf its failure/exit, there were a lot of mysql based container instances created, and the machine ended up with "out of space", and origin was stopped as well.