Skip to main content
Stack Overflow
  1. About
  2. For Teams

Return to Answer

Clarify that we are talking about the major version of the docker engine
Source Link
Samuel
  • 6.1k
  • 6
  • 34
  • 35

For linux systems, you can – starting from major version 20.04 of the docker engine – now also communicate with the host via host.docker.internal. This won't work automatically, but you need to provide the following run flag:

--add-host=host.docker.internal:host-gateway

See

For linux systems, you can – starting from major version 20.04 – now also communicate with the host via host.docker.internal. This won't work automatically, but you need to provide the following run flag:

--add-host=host.docker.internal:host-gateway

See

For linux systems, you can – starting from major version 20.04 of the docker engine – now also communicate with the host via host.docker.internal. This won't work automatically, but you need to provide the following run flag:

--add-host=host.docker.internal:host-gateway

See

Source Link
Samuel
  • 6.1k
  • 6
  • 34
  • 35

For linux systems, you can – starting from major version 20.04 – now also communicate with the host via host.docker.internal. This won't work automatically, but you need to provide the following run flag:

--add-host=host.docker.internal:host-gateway

See

AltStyle によって変換されたページ (->オリジナル) /