Skip to content

Commit 9296e03

Browse files
committed
Minor edits to sample readme and comments in inputs file
Signed-off-by: doxiao <[email protected]>
1 parent 224f475 commit 9296e03

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WebLogic sample domain home in Docker image
22

3-
The sample scripts demonstrate the creation of a WebLogic domain home in a Docker image by using one of the domain home in image samples in the [WebLogic Server Domain Docker image samples GitHub project](https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples). The sample scripts have an option of putting the WebLogic domain log, server logs, server output files, and the node manager logs on an existing Kubernetes persistent volume (PV) and persistent volume claim (PVC). The scripts also generate the domain YAML file, which can then be used by the scripts or manually to start the Kubernetes artifacts of the corresponding domain, including the WebLogic Server pods and services.
3+
The sample scripts demonstrate the creation of a WebLogic domain home in a Docker image using one of the domain home in image samples in the [WebLogic Server Domain Docker image samples GitHub project](https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples). The sample scripts have an option of putting the WebLogic domain log, server logs, server output files, and the node manager logs on an existing Kubernetes persistent volume (PV) and persistent volume claim (PVC). The scripts also generate the domain YAML file, which can then be used by the scripts or manually to start the Kubernetes artifacts of the corresponding domain, including the WebLogic Server pods and services.
44

55
## Prerequisites
66

kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image/create-domain-inputs.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ persistentVolumeClaimName: domain1-weblogic-sample-pvc
119119
domainPVMountPath: /shared
120120

121121
# Base WebLogic binary image used to build the WebLogic domain image
122-
# WebLogic Server Docker image.
123122
# The operator requires WebLogic Server 12.2.1.3.0 with patch 29135930 applied.
124123
# Refer to [WebLogic Docker images](../../../../../site/weblogic-docker-images.md) for details on how
125124
# to create a custom Docker image with the required patch.

0 commit comments

Comments
 (0)