Error start mysql docker
问题 I am creating an image in the docker to the mysql install mode, but it is giving error to start mysql. My Dockerfile The error occurs when processing and line 25 of Dockerfile: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111) I found that the error occurs because mysql is not running. The docker print below to rotate the line 22: bin boot dev etc home lib lib64 media mnt opt proc root run sbin scripts srv sys tmp usr var MySQL is stopped. Stack trace