akiya64 / wordpress-dockerfile

This is a really simple Dockerfile of WordPress including MySQL and WP-CLI.
https://hub.docker.com/r/wocker/wordpress/
0 stars 0 forks source link

mysqld start failed, can not build image on Debian9. #4

Open akiya64 opened 7 years ago

akiya64 commented 7 years ago

Debian9でDocker Buildするとビルド中にMySQLがスタートせず、イメージが作れない。

現行WockerのMySQL: Server version: 5.5.54-0+deb8u1 (Debian) Debian 8 apt-get で入るMySQL:5.5.58-0+deb8u1? Debian9でインストール可能なMySQL:5.5.9999+default

akiya64 commented 7 years ago

Debian9からDebian8のイメージをビルドする時のみmysqldの起動に失敗する。タイムアウトしている模様。 BargeOS内のdocker buildでは問題ない。

akiya64 commented 7 years ago

Debian9 Stretchイメージではmysql-serverパッケージは、MariaDBがインストールされる。 問題なくビルドされる。

akiya64 commented 7 years ago

Dockerのバージョンの問題? BargeOS内のDockerとDebian9のdocker-ceでバージョンが違う。