Question:
There is a microservice application. One of the services performs arp scanning of the surrounding local network using a script. The question is that the jar-nickname packed in a docker container scans only the internal network of the container, and it is required that it connect to the external environment. How can this be done?
Answer:
The problem has been resolved. The problem turned out to be in the specifics of the mac os operation. When running on linux, the problem went away