File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,12 @@ docker run -p 8090:8080 -e "--spring.config.location=classpath:/another.applicat
65
65
```
66
66
Here, the configuration file (* another.application.yaml* ) is part of the compiled set of resources.
67
67
68
+ ### One-liner for quickly getting an Implementation Guide installed into HAPI
69
+
70
+ ```
71
+ docker run -p 8080:8080 -e "hapi.fhir.implementationguides.someIg.name=com.org.something" -e "hapi.fhir.implementationguides.someIg.version=1.2.3" -e "hapi.fhir.implementationguides.someIg.packageUrl=https://build.fhir.org/ig/yourOrg/yourIg/package.tgz" -e "hapi.fhir.implementationguides.someIg.installMode=STORE_AND_INSTALL" hapiproject/hapi:latest
72
+ ```
73
+
68
74
### Example using `` docker-compose.yml `` for docker-compose
69
75
70
76
``` yaml
You can’t perform that action at this time.
0 commit comments