You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo docker network ls
NETWORK ID NAME DRIVER SCOPE
26044067beac bridge bridge local
99c1e811ad1c host host local
**878ec7d0436a ih_openhim bridge local**
0b718516b4f0 none null local
I also tried sudo docker run --network ih_openhim --name scaffold --rm -p 3000:5001 scaffold
But the error refused to go.
Any help?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I am trying the code in Scaffolding Mediator , for which I am getting the following issue:
Curl command
curl -X GET http://revamp.intelehealth.org:5001/scaffold -H "Authorization: Basic $(echo -n test:test | base64)"
My Dockerfile has
index.js has
Docker command
sudo docker run --network ih_openhim --name scaffold --rm -p 3000:3000 scaffold
Docker Network list
I also tried
sudo docker run --network ih_openhim --name scaffold --rm -p 3000:5001 scaffold
But the error refused to go.
Any help?
Thanks
The text was updated successfully, but these errors were encountered: