snoopysecurity / dvws-node

Damn Vulnerable Web Services is a vulnerable application with a web service and an API that can be used to learn about webservices/API related vulnerabilities.
GNU General Public License v3.0
442 stars 173 forks source link

MySQL error when using docker-compose #28

Closed ghost closed 2 years ago

ghost commented 2 years ago

After I clone the repository, I ran docker-compose up to start the containers but I noticed that the MySQL container is failing. Here's the error message:

dvws-mysql_1 | 2022-05-04 19:56:20+00:00 [ERROR] [Entrypoint]: mysqld failed while attempting to check config dvws-mysql_1 | command was: mysqld --verbose --help --log-bin-index=/tmp/tmp.DDbkKPQT96 After this, the web container continually just waits for the MySQL instance to come up, which it never does. I tried to use several different MySQL versions between 5.6 and 5.7 but all had the same error

ghost commented 2 years ago

Looks like this is related to a bug in container.d

https://github.com/containerd/containerd/issues/6707