You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to specify custom DNS by using DOMAIN_NAME environment variable but it did not work.
I read your code a bit and I have debugging something interresting.
Hi, thanks a lot for your great work.
I am trying to specify custom DNS by using DOMAIN_NAME environment variable but it did not work.
I read your code a bit and I have debugging something interresting.
For me this condition cannot be true because
$container['NetworkSettings']['IPAddress']
is null or empty.I just move
$lines[$ip] = implode(' ', $this->getContainerHosts($container));
to line 130 just after$ip
declaration and it work great.I don't know if it's really a bug or this problem come from my setup.
Maybe I have to specify an other thing to make it work ?
Docker version 20.10.6, build 370c289
docker-compose version 1.28.6, build 5db8d86f
Best regards
The text was updated successfully, but these errors were encountered: