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: OracleSOASuite/dockerfiles/14.1.2.0/README.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,6 @@ To create the Podman network and run containers, follow these steps:
23
23
24
24
## 1. Create a network
25
25
26
-
27
26
The containers will be connected using a Podman user-defined network.
28
27
29
28
### Create a user-defined network
@@ -38,7 +37,7 @@ For example:
38
37
39
38
## 2. Mount a host directory as a data volume
40
39
41
-
Data volumes are designed to persist data, independent of the container’s lifecycle. Podman automatically creates volumes when you specify a volume name with the -v option, without the need to predefine directories on the host. In this project, the volumes will be used to store Database data files and WebLogic Server domain files. These volumes will be automatically created and managed by Podman. The names of the volumes are specified in the podman run commands.
40
+
Data volumes are designed to persist data, independent of the container’s lifecycle. Podman automatically creates volumes when you specify a volume name with the -v option, without the need to predefine directories on the host. In this project, the volumes will be used to store Database data files and WebLogic Server domain files. These volumes will be automatically created and managed by Podman. The names of the volumes are specified in the podman run commands.
1. Verify that the database is running and healthy. The `STATUS` field should show `healthy`in the output of `podman ps`.
82
+
1. Verify that the database is running and healthy. The `STATUS` field should show `healthy`in the output of `podman ps`.
84
83
85
84
## 4. Obtain the SOA 14.1.2.0 container image
86
85
@@ -104,7 +103,7 @@ ADMIN_PORT=<Node port number mapping Administration Server container port `7001`
104
103
PERSISTENCE_STORE=<jdbc | file>
105
104
```
106
105
>IMPORTANT: `DOMAIN_TYPE` must be carefully chosen and specified depending on the use case. It can't be changed once you proceed.
107
-
For Oracle SOA Suite domains, the supported domain types are `soa`, `osb` and `soaosb`.
106
+
For Oracle SOA Suite domains, the supported domain types are `soa`, `osb` and `soaosb`.
108
107
- soa : Deploys a SOA Domain with Enterprise Scheduler (ESS)
109
108
- osb : Deploys an OSB Domain (Oracle Service Bus)
110
109
- soaosb : Deploys a Domain with SOA, OSB and Enterprise Scheduler (ESS)
@@ -133,7 +132,7 @@ For example:
133
132
```
134
133
The options `-it` in the above command runs the container in interactive mode and you will be able to see the commands running in the container. This includes the command for RCU creation, domain creation, and configuration, followed by starting the Administration Server.
135
134
136
-
> IMPORTANT: You need to wait until all the above commands are run before you can access the Administration Server Web Console. The following lines highlight when the Administration Server is ready to be used:
135
+
> IMPORTANT: You need to wait until all the above commands are run before you can access the Administration Server Web Console. The following lines highlight when the Administration Server is ready to be used:
0 commit comments