Skip to content

Commit c14b849

Browse files
author
BHAVANI.RAVICHANDRAN@ORACLE.COM
committed
updating imagetool command in mii doc to use the chown option
1 parent 6135ce7 commit c14b849

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs-source/content/samples/simple/domains/model-in-image/initial.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ If you don't see the `weblogic-deploy.zip` file, then you missed a step in the [
262262
Now, you use the Image Tool to create an image named `model-in-image:WLS-v1` that's layered on a base WebLogic image. You've already set up this tool during the prerequisite steps.
263263

264264
Run the following commands to create the model image and verify that it worked:
265+
Note: If you are creating a WebLogic model-in-image, add --chown oracle:root to imagetool.sh command. When creating FMS images, do not use the --chown option.
265266

266267
```
267268
$ cd /tmp/mii-sample/model-images
@@ -272,7 +273,7 @@ Run the following commands to create the model image and verify that it worked:
272273
--wdtVariables ./model-in-image__WLS-v1/model.10.properties \
273274
--wdtArchive ./model-in-image__WLS-v1/archive.zip \
274275
--wdtModelOnly \
275-
--wdtDomainType WLS
276+
--wdtDomainType WLS
276277
```
277278

278279
If you don't see the `imagetool` directory, then you missed a step in the [prerequisites]({{< relref "/samples/simple/domains/model-in-image/prerequisites.md" >}}).

docs-source/content/samples/simple/domains/model-in-image/update3.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ Here are the steps for this use case:
9393
Now, you use the Image Tool to create an image named `model-in-image:WLS-v2` that's layered on a base WebLogic image. You've already set up this tool during the prerequisite steps.
9494
9595
Run the following commands to create the model image and verify that it worked:
96+
Note: If you are creating a WebLogic model-in-image, add --chown oracle:root to imagetool.sh command. When creating FMS images, do not use the --chown option.
9697
9798
```
9899
$ cd /tmp/mii-sample/model-images
@@ -103,7 +104,7 @@ Here are the steps for this use case:
103104
--wdtVariables ./model-in-image__WLS-v2/model.10.properties \
104105
--wdtArchive ./model-in-image__WLS-v2/archive.zip \
105106
--wdtModelOnly \
106-
--wdtDomainType WLS
107+
--wdtDomainType WLS
107108
```
108109
109110
If you don't see the `imagetool` directory, then you missed a step in the [prerequisites]({{< relref "/samples/simple/domains/model-in-image/prerequisites.md" >}}).

0 commit comments

Comments
 (0)