Default implementation of a HAPI FHIR server
754
Pull the image:
docker pull fliptscript/hapi-fhir-server
Create a Docker network:
docker network create hin-network
Run the image, attaching it to the network:
docker run -d -p 8001:8080 --network hin-network --name hin-fhir-server fliptscript/hapi-fhir-server
Server will be available at http://localhost:8001/hapi-fhir-jpaserver/
NOTE: Also see: https://hub.docker.com/r/fliptscript/hapi-fhir-server-synthea-100
Content type
Image
Digest
Size
334.9 MB
Last updated
over 6 years ago
docker pull fliptscript/hapi-fhir-server