You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/docker-domain/README.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ When the WDT discoverDomain tool is used on an existing domain, a ZIP archive is
18
18
19
19
### How to Build and Run
20
20
21
-
**NOTE:** The image is based on a WebLogic image in the Docker store: store/oracle/weblogic:12.2.1.3 . Download this image to your local repository before building the image.
21
+
**NOTE:** The image is based on a WebLogic image in the docker-images project: oracle/weblogic:12.2.1.3-developer . Build that image to your local repository before building this sample.
22
22
23
23
The WebLogic Deploy Tool installer is required to build this image. Add weblogic-deploy.zip to the sample directory.
24
24
@@ -33,21 +33,22 @@ To build this sample, run:
33
33
$ docker build \
34
34
--build-arg WDT_MODEL=simple-topology.yaml \
35
35
--build-arg WDT_ARCHIVE=archive.zip \
36
+
--force-rm=true \
36
37
-t 12213-domain-wdt .
37
38
38
39
This will use the model file and archive in the sample directory.
39
40
40
41
To start the containerized Administration Server, run:
0 commit comments