Provides an implementation of the NameService interface that resolves the IP addresses of docker containers.
Provides an implementation of the NameService interface that resolves the IP addresses of docker containers.
By implementing the NameService interface this object allows JVM processes running in the Oracle JRE/JDK to override the system name service providers
for the purpose of resolving docker container names to the appropriate docker host. For example, when running docker locally (e.g., via dockerd or docker
for mac) container hostnames cannot be resolved from the host computer.
Provides an implementation of the NameService interface that resolves the IP addresses of docker containers.
By implementing the NameService interface this object allows JVM processes running in the Oracle JRE/JDK to override the system name service providers for the purpose of resolving docker container names to the appropriate docker host. For example, when running docker locally (e.g., via dockerd or docker for mac) container hostnames cannot be resolved from the host computer.