Skip to content

Commit 44c1c74

Browse files
authored
add missing information to the domain home in image doc (#1295)
* add missing information to the domain home in image doc * fix formatting
1 parent d537916 commit 44c1c74

File tree

1 file changed

+8
-4
lines changed
  • docs-source/content/samples/simple/domains/domain-home-in-image

1 file changed

+8
-4
lines changed

docs-source/content/samples/simple/domains/domain-home-in-image/_index.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,18 @@ $ create-weblogic-credentials.sh
3333
#### Use the script to create a domain
3434

3535
{{% notice note %}}
36-
The `create-domain.sh` script generates a new Docker image on each run with a new domain home and a different internal `domain secret` in it. To prevent having disparate images with different domain secrets in the same domain, we strongly recommend that a new domain uses a `domainUID` that is different from any of the active domains, or that you delete the existing domain resource using the following command and wait until all the server pods are terminated before you create a domain with the same `domainUID`:
36+
The `create-domain.sh` script generates a new Docker image on each run with a new domain home and a different internal `domain secret` in it. To prevent having disparate images with different domain secrets in the same domain, we strongly recommend that a new domain uses a `domainUID` that is different from any of the active domains, or that you delete the existing domain resource using the following command and wait until all the server pods are terminated before you create a domain with the same `domainUID`:
37+
`$ kubectl delete domain [domainUID] -n [domainNamespace]`
3738
{{% /notice %}}
3839

39-
```
40-
$kubectl delete domain [domainUID] -n [domainNamespace]
40+
The sample for creating domains is in this directory:
41+
42+
```bash
43+
$ cd kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image
4144
```
4245

43-
Make a copy of the `create-domain-inputs.yaml` file, and run the create script, pointing it at your inputs file and an output directory:
46+
Make a copy of the `create-domain-inputs.yaml` file, update it with the correct values,
47+
and run the create script, pointing it at your inputs file and an output directory:
4448

4549
```
4650
$ ./create-domain.sh \

0 commit comments

Comments
 (0)