opsxcq/docker-vulnerable-dvwa

Mysql server failed

Closed this issue · 14 comments

@MNWPRO Did you try running it under aufs

i will have a try,and thanks

No problem. I ask because it worked for me under aufs and if it does for you as well, the issue is upstream between mysql and Docker, in which case there's nothing to be done at this repo.

understand

Look at this: #3

I have a similar Dockerfile that does the step you referenced, and mysql still won't start on it unless aufs

me too.

@ycjcl868 what happened when you tried it under aufs?

i still failed .and my os is macos 10.13.3

@IronPillar-Sheng what happens when you try it under aufs?

**junjiesheng@sheng  ~  docker run --rm -it -p 80:80 vulnerables/web-dvwa
[+] Starting mysql...
[FAIL] Starting MySQL database server: mysqld . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . failed!
[+] Starting apache
[....] Starting web server: apache2AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message
. ok
==> /var/log/apache2/access.log <==
tail: unrecognized file system type 0x794c7630 for '/var/log/apache2/access.log'. please report this to bug-coreutils@gnu.org. reverting to polling

==> /var/log/apache2/error.log <==
[Tue Sep 18 09:32:30.036627 2018] [mpm_prefork:notice] [pid 780] AH00163: Apache/2.4.10 (Debian) configured -- resuming normal operations
[Tue Sep 18 09:32:30.036692 2018] [core:notice] [pid 780] AH00094: Command line: '/usr/sbin/apache2'
tail: unrecognized file system type 0x794c7630 for '/var/log/apache2/error.log'. please report this to bug-coreutils@gnu.org. reverting to polling

==> /var/log/apache2/other_vhosts_access.log <==
tail: unrecognized file system type 0x794c7630 for '/var/log/apache2/other_vhosts_access.log'. please report this to bug-coreutils@gnu.org. reverting to polling**

and i don`t not how to run this image under aufs.😂

Fixed in 67fb593