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