From 1370edcf79c37e3d802f74729df0664fb6f68383 Mon Sep 17 00:00:00 2001 From: Frank Zappulla Date: Thu, 10 Mar 2022 11:33:29 -0500 Subject: [PATCH] updated command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a02d252..b4e7d7d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you need to install Docker, here are the [directions to install Docker](https ## Installing HAPI FHIR -1. Load the Docker file with `docker load --input {path/to/MedRecData.tar}` at the terminal. Make sure to replace all of `{path/to/MedRecData.tar}` with just the string corresponding to the path to your file. If your path has spaces in it, you willl need to enclose this string inside double quotes. +1. Load the Docker file with `docker load --input path/to/MedRecData.tar` at the terminal. Make sure to replace all of `{path/to/MedRecData.tar}` with just the string corresponding to the path to your file. If your path has spaces in it, you willl need to enclose this string inside double quotes. - You should now have the SHA-256 hash of the file which is your `image id`. This is the string after `sha256:` below - ![image id](1.png) 2. Run the docker container with `docker run -p 8080:8080 {image id}` at the terminal. Make sure to replace all of `{image id}` with just the string of the SHA-256 hash. @@ -23,4 +23,4 @@ If you need to install Docker, here are the [directions to install Docker](https ### Useful Resources -- [HAPI FHIR documentation](https://hapifhir.io/hapi-fhir/docs/introduction/table_of_contents.html) \ No newline at end of file +- [HAPI FHIR documentation](https://hapifhir.io/hapi-fhir/docs/introduction/table_of_contents.html)