Skip to content

Commit fd86307

Browse files
author
BHAVANI.RAVICHANDRAN@ORACLE.COM
committed
highlighting some terms and more
1 parent 154ee47 commit fd86307

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,11 +262,10 @@ 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 FMW Infrastructure images, do not use the --chown option.
266265

267266
{{% notice note %}}
268-
If you are taking the JRF path through the sample, then remove --chown oracle:root from the imagetool.sh command below.
269-
{% /notice %}}
267+
If you are taking the `JRF` path through the sample, then remove `--chown oracle:root` from the `imagetool.sh` command below.
268+
{{% /notice %}}
270269
```
271270
$ cd /tmp/mii-sample/model-images
272271
$ ./imagetool/bin/imagetool.sh update \

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ Here are the steps for this use case:
9595
Run the following commands to create the model image and verify that it worked:
9696
9797
{{% notice note %}}
98-
If you are taking the JRF path through the sample, then remove --chown oracle:root from the imagetool.sh command below.
98+
If you are taking the `JRF` path through the sample, then remove `--chown oracle:root` from the `imagetool.sh` command below.
9999
{{% /notice %}}
100-
100+
101101
```
102102
$ cd /tmp/mii-sample/model-images
103103
$ ./imagetool/bin/imagetool.sh update \

0 commit comments

Comments
 (0)