I have setup Docker container for access my machine docker container to another machine in local.
Create a container below command:
docker run -i
A very common problem can be this:
Bind your app inside Docker to 0.0.0.0, not to 127.0.0.1 address to let Docker reach the app inside container.