Closed zaifastafa closed 4 years ago
@philipgatzka Did you had this not on your setup? I guess it was dns related stuff
So how to resolve this?
In /etc/resolv.conf you have a search domain. Maybe remove it. I guess that was it
In /etc/resolv.conf you have a search domain. Maybe remove it. I guess that was it
It is dynamically generated so any changes in that file gets overridden.
If I use mysql:8 only then it builds properly. Other than that any version or another image gives this bad address issue.
I had to delete the complete repository and then clone it again for it to work.
Strange. Did you had changed something?
No just started from scratch. Tried different images but it kept giving the bad address issue. So finally I just deleted everything including the repo and then used 5.7 for mysql and it worked
As it works. I will close this
I was using mysql:8 image but I saw in the Shopware doc that it is not recommended due to technical issues. So I switched back to 5.7 but now I keep getting this error even after doing docker prune and removing all images/data/volumes.
I tried official mysql image and also shyim docker mysql 57 but neither of them works.