c0ny1 / vulstudy

使用docker快速搭建各大漏洞靶场,目前可以一键搭建17个靶场。
2.25k stars 478 forks source link

SQL-labs 出现bug #3

Open zh0ub0 opened 6 years ago

zh0ub0 commented 6 years ago

image 如图所示,在一次docker-compose up -d 后,会出现不能连接数据库的错误。提示信息为:[*]...................Could not connect to DB, check the creds in db-creds.inc: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

zh0ub0 commented 6 years ago

经过验证,单个docker-compose up -d 就行了 image

c0ny1 commented 6 years ago

我这边测试是没有问题的,不知道你docker是在什么Linux发行版本上运行的。

zh0ub0 commented 6 years ago

Ubuntu 16.04.5 Docker version 18.06.1-ce, build e68fc7a docker-compose version 1.8.0