This Dockerfile extends the Oracle WebLogic image by installing the Supplemental package of WebLogic which includes extra samples of Java EE, Coherence applications, and Multitenant domains.
First make sure you have built oracle/weblogic:12.2.1-developer.
Then download file fmw_12.2.1.0.0_wls_supplemental_quick_Disk1_1of1.zip and place it next to this README.
To build, run:
$ docker build -t 1221-medrec .
To start the Admin Server, run:
$ docker run -d -p 7001:7001 1221-medrec
By default the image will run the 'single.server.sample' of the Supplemental package, which will create and start the MedRec domain. To access the MedRec application, go to:
http://localhost:7001/medrec
To see other options, visit the Supplemental Quick Installer README file. To run other samples, you may try the following:
$ docker run -d -p 7001:7001 1221-medrec mt.single.server.sample
Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.