We are running server with maven proxy, that I would like to use. But its name is not resolved inside container:
Caught java.net.UnknownHostException (server_name)
The reason may be that we resolve the name using local /etc/hosts file instead of DNS? How to make it run correctly?
We are running server with maven proxy, that I would like to use. But its name is not resolved inside container:
The reason may be that we resolve the name using local /etc/hosts file instead of DNS? How to make it run correctly?