eugeneware / docker-wordpress-nginx

A Dockerfile that installs the latest wordpress, nginx and php-fpm.
MIT License
874 stars 380 forks source link

After committing changes, mysqld fails. #8

Closed saracen closed 10 years ago

saracen commented 11 years ago

This might not be the intended use of this image, but it still seems like a bug...

Steps to reproduce:

The new image's mysqld fails for me. It appears that mysqld doesn't have write access to /tmp and /var/run/mysqld/mysqld.sock

This only happens when committing the changes of an already setup container to a new image. Restarting a container works as expected.