hackpad
hackpad copied to clipboard
我通过容器安装,启动时mysql报错了
making JAR...
cleaning up...
done.
-->Starting mysql
* Stopping MySQL database server mysqld
...done.
* Starting MySQL database server mysqld
...fail!
[root@hpcentos7 hackpad]#
使用这个命令启动
docker run -p 9000:9000 -v /home/lgl/docker/hackpad/hackpad:/etc/hackpad/src hackpad
first, you need to modify bin/docker-entrypoint.sh service mysql restart ==> find /var/lib/mysql -type f -exec touch {} ; && service mysql restart then, docker build and run