networking - How to curl endpoint on Docker Container -


i have stack named ms_billing deployed on swarm cluster using docker stack deploy.

enter image description here

i want curl endpoint on service ms_billing_api running on host called dev-ms-slave1

enter image description here

which has ip: 192.168.99.101

enter image description here

so opened new bash , tried curl 192.168.99.101:8080/billing/api/v1/health-check, endpoint, got (7) failed connect 192.168.99.101 port 8080: connection refused

enter image description here

did miss something?


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -