Skip to content

Commit

Permalink
clean up documentation to make tag visible #270
Browse files Browse the repository at this point in the history
clean up documentation to make tag visible #270
-rm  seemed to be a stray entry into the docker commands
  • Loading branch information
prb112 authored Dec 2, 2019
1 parent 1a07ae1 commit 93df606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fhir-install/README-DB2.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ docker build -t fhirserverdb2 . --squash
Once the image is built, start it with:

```sh
docker run -itd --name fhirdb2 --privileged=true -p 50000:50000 -e LICENSE=accept -e DB2INST1_PASSWORD=change-password -v <db storage dir>:/database -rm fhirserverdb2
docker run -itd --name fhirdb2 --privileged=true -p 50000:50000 -e LICENSE=accept -e DB2INST1_PASSWORD=change-password -v <db storage dir>:/database fhirserverdb2
```
* <db storage dir>: Where is the persistent storage filesystem/directory to store your database data/instance configuration/transaction logs.
* `<db storage dir>`: Where is the persistent storage filesystem/directory to store your database data/instance configuration/transaction logs.

If docker fails to find the image by name, then please use the image id instead of name for this above command.

Expand Down

0 comments on commit 93df606

Please sign in to comment.