Hi Guys,
I am trying to launch one mysql container in docker, but It shows me the below error.
[root@vm1 ~]# docker run -it --name mysql mysql:latest
2020-04-14 04:55:17+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.19-1debian10 started.
2020-04-14 04:55:18+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
2020-04-14 04:55:18+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.19-1debian10 started.
2020-04-14 04:55:18+00:00 [ERROR] [Entrypoint]: Database is uninitialized and password option is not specified
How can I solve this error?