networking - How to curl endpoint on Docker Container -
i have stack named ms_billing
deployed on swarm cluster using docker stack deploy
.
i want curl
endpoint on service ms_billing_api
running on host called dev-ms-slave1
which has ip: 192.168.99.101
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
did miss something?
Comments
Post a Comment