Home > other >  Docker mirror in the local build is successful, but to run, start the Mysql error within the image
Docker mirror in the local build is successful, but to run, start the Mysql error within the image

Time:10-03

Docker version
The Client version: 0.9.1
Go version (the client) : go1.2.1
Git commit (client) : 3600720
Server version: 0.9.1
Git commit (server) : 3600720
Go version (server) : go1.2.1
Git clone https://github.com/sameersbn/docker-redmine.git
CD docker - redmine
Docker build - t xx/redmine.
Docker logs - f $(docker run - d xx/redmine)
User: root Password: eiThoo9iecoa
SSHD: started
Mysqld: ERROR (abnormal termination)

How to solve this problem?

CodePudding user response:


You can refer to the following link:
https://github.com/tutumcloud/tutum-docker-mysql
http://blog.tutum.co/2014/05/27/containerize-your-database-volume-with-tutum-mysql-images/
Should be able to solve your problem,
  • Related