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: site/domains.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,13 @@ Please consult My Oracle Support Doc ID 2349228.1 for up-to-date information abo
102
102
103
103
### Creating and managing WebLogic domains
104
104
105
-
In this version of the operator, a WebLogic domain can be located either in a persistent volume (PV) or in a Docker image. For examples of each, see the [WebLogic operator samples](../kubernetes/samples/README.md).
105
+
In this version of the operator, a WebLogic domain can be located either in a persistent volume (PV) or in a Docker image.
106
+
For examples of each, see the [WebLogic operator samples](../kubernetes/samples/README.md).
107
+
108
+
If you wish to create your own Docker images, for example to choose a specific set of patches, or to create a domain
109
+
with a specific configuration and/or applications deployed, then you can create the domain custom resource
110
+
manually to deploy your domain. This process is documented in [this
0 commit comments