-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error response from daemon: invalid IP address in add-host: "host-gateway". #2664
Comments
The feature itself is not yet in the Docker 19.03 (daemon); the PR removed the validation in the cli, delegating the validation to the daemon, so that once docker 20.0x is released, a 19.03 cli would be able to use the feature that the 20.0x daemon provides. So this is currently expected. Let me close this issue because of the above, but feel free to continue the discussion |
I stumbled across this issue while experiencing the same problem, so for anyone else, I'll leave my solution here: Upgrading to the latest prefect version (0.15.6) fixed the problem. |
@DeltiKron Updating what exactly? |
@DeltiKron same question than @atilkan :) |
If anyone else facing the same issue in Docker version 19 or below, I've tried following technique and it worked for me.
PS: I found above solution from StackOverflow answer, I'll place credit link once I find. |
how and where set this? |
I am still facing this issue |
As I tried, add this in |
(via Docker Desktop CE 2.3.0.4 on MacOS)
#2337 adds a bit of code exempting
host-gateway
from validation. I was excited for 19.03.12 to come out on MacOS, to test if we could finally rely onhost.docker.internal
across platforms.However:
Any idea how this could be, given the PR referenced above?
The text was updated successfully, but these errors were encountered: