instruction is for linux: https://www.fiware.org/devguides/fiware-tour-guide-application-a-tutorial-on-how-to-integrate-the-main-fiware-ges/ I'm working on windows, how to add the container IP address to hosts file to make it reachable on Windows 8? now my example does not work: curl -s -X GET -H "Accept: application/json" -H "Fiware-Service: devguide" -H "Content /json" 'http://192.168.99.100:1026/v1/contextEntities/Elizalde' "contextElement" : { "type" : "", "isPattern" : "false", "id" : "Elizalde" }, "statusCode" : { "code" : "404", "reasonPhrase" : "No context element found", "details" : "Entity id: /Elizalde/" }
instruction is for linux:
https://www.fiware.org/devguides/fiware-tour-guide-application-a-tutorial-on-how-to-integrate-the-main-fiware-ges/
I'm working on windows, how to add the container IP address to hosts file to make it reachable on Windows 8?
now my example does not work:
curl -s -X GET -H "Accept: application/json" -H "Fiware-Service: devguide" -H "Content
/json" 'http://192.168.99.100:1026/v1/contextEntities/Elizalde'
"contextElement" : {
"type" : "",
"isPattern" : "false",
"id" : "Elizalde"
},
"statusCode" : {
"code" : "404",
"reasonPhrase" : "No context element found",
"details" : "Entity id: /Elizalde/"
}