I'm going to run the HAPI-FHIR Starter Project docker image to use it for my testing purposes as a FHIR server.
My system:
I pulled and run the image file using the following commands:
docker pull hapiproject/hapi:latest
docker run -p 8080:8080 hapiproject/hapi:latest
When I call the http://localhost:8080, nothing happens at all and I see the attached screen.
--You received this message because you are subscribed to the Google Groups "HAPI FHIR" group.To unsubscribe from this group and stop receiving emails from it, send an email to hapi-fhir+...@googlegroups.com.To view this discussion on the web visit https://groups.google.com/d/msgid/hapi-fhir/304ebeeb-504c-4380-8246-6d42089bac56n%40googlegroups.com.<Screenshot 2022-06-12 at 18.57.35.png>