Closed
Description
There seems to bee an issue with the MySQL 5.6.22 image on the registry.
This came to light while discussing another issue; #44 (comment)
To reproduce:
docker run -d -h mysql --name mysqltmount_all_dir -v $PWD/mysql/var/lib/mysql:/var/lib/mysql -v $PWD/mysql/etc/mysql:/etc/mysql -e MYSQL_ROOT_PASSWORD=test -e MYSQL_USER=mmx -e MYSQL_PASSWORD=mmx -e MYSQL_DATABASE=mmx mysql:5.6.22
And check the logs;
docker logs mysqltmount_all_dir
....
2015-01-28 21:08:53 1 [ERROR] Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root!
2015-01-28 21:08:53 1 [ERROR] Aborting
2015-01-28 21:08:53 1 [Note] Binlog end
2015-01-28 21:08:53 1 [Note] mysqld: Shutdown complete
I've pasted the full logs here:
https://gist.github.com/thaJeztah/62dc9d655e8e836414f7
Metadata
Metadata
Assignees
Labels
No labels