A service is running on docker at ipaddress 172.17.0.2:9042.
I want to connect it from my host machine, lets say from browser like http://172.17.0.2:9042
I am running my docker as follows.
docker run container_id
I am not able to connect it.
I don't want to do port forwarding, because there are lots of port forwarding I have to do, which I don't want.