Closed
Description
Image 5.7 fails to start with the following barebones config:
~ docker run --name mysql2 -d \
-p 3306:3306 \
-e MYSQL_ROOT_PASSWORD=password \
--restart unless-stopped \
mysql:5.7
container continuously throws the same error:
2023-05-08 15:49:57+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.42-1.el7 started.
2023-05-08 15:49:59+00:00 [ERROR] [Entrypoint]: mysqld failed while attempting to check config
command was: mysqld --verbose --help --log-bin-index=/tmp/tmp.yrWVPwwrdU
This does not occur on mysql:latest
Metadata
Metadata
Assignees
Labels
No labels