Skip to content

Commit 5c12409

Browse files
rosemarymaranorjeberhard
authored andcommitted
incorporated Tom B suggestions
1 parent 021fb65 commit 5c12409

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site/user-guide.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ Oracle recommends careful consideration before deciding to expose any administra
9898
* Flannel networking v0.9.1-amd64 (check with `docker images | grep flannel`).
9999
* Docker 18.03.1.ce (check with `docker version`).
100100
* Helm 2.8.2+ (check with `helm version`).
101-
* Oracle WebLogic Server 12.2.1.3.0 with patch 29135930 (check with `docker run store/oracle/weblogic:12.2.1.3 /u01/oracle/OPatch/opatch lsinventory`).
101+
* Oracle WebLogic Server 12.2.1.3.0 with patch 29135930.
102+
* Check WLS version with `docker run store/oracle/weblogic:12.2.1.3 sh -c` `'source $ORACLE_HOME/wlserver/server/bin/setWLSEnv.sh > /dev/null 2>&1 && java weblogic.version'`.
103+
* Check WLS patches with `docker run store/oracle/weblogic:12.2.1.3 sh -c` `'$ORACLE_HOME/OPatch/opatch lspatches'`.
102104
* The existing WebLogic Docker image, `store/oracle/weblogic:12.2.1.3`,
103105
was updated on January 17, 2019, and has all the necessary patches applied.
104106
* A `docker pull` is required if you pulled the image prior to that date.

0 commit comments

Comments
 (0)