How to access service running on host from inside Docker container in a cross platform way without using a bridge?
I have read every answer to these two questions and more: From inside of a Docker container, how do I connect to the localhost of the machine? How to access host port from docker container I have a CLI that…