我在 docker 中运行 mysql,它/var/lib/mysql安装在 HOST 上。
一切正常。然后我将 docker 从 1.4 升级到 1.5 。
我重建了 mysql 映像,但 /var/lib/mysql 保持不变。
现在,每当我启动 conatiner 时,conatiner 都会在 5 分钟后退出。日志文件坐在这个
2015-01-03 09:26:47 353 [Note] Plugin 'FEDERATED' is disabled.
2015-01-03 09:26:47 353 [Note] InnoDB: Using atomics to ref count buffer pool pages
2015-01-03 09:26:47 353 [Note] InnoDB: The InnoDB memory heap is disabled
2015-01-03 09:26:47 353 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2015-01-03 09:26:47 353 [Note] InnoDB: Compressed tables use zlib 1.2.8 …Run Code Online (Sandbox Code Playgroud)