Skip to content

Commit 1fc1ecb

Browse files
authored
Documentation for Create Auxiliary Image feature (#323)
* Moving 1.9 doc to 1.10 * replace Docker image with container image throughout documentation * update project version to 1.10.0 * initial doc page for Create Auxiliary Image feature * added additional WDT command line options to create and update documentation * added documentation for skipcleanup option
1 parent 5ac6b8e commit 1fc1ecb

File tree

169 files changed

+146
-50
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+146
-50
lines changed
File renamed without changes.

documentation/1.9/content/_index.md renamed to documentation/1.10/content/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ configure a WebLogic domain with your applications, apply WebLogic Server patche
1111

1212
With the Image Tool you can:
1313

14-
* Create a Docker image and install the requested Java and WebLogic software. And, you can create a
14+
* Create a container image and install the requested Java and WebLogic software. And, you can create a
1515
WebLogic domain in the image, at the same time.
16-
* Create a new Docker image using an existing WebLogic domain from an existing image. The Docker
16+
* Create a new container image using an existing WebLogic domain from an existing image. The Docker
1717
image can start from an existing image with a JDK and Oracle middleware installation, or can install
1818
the JDK and Oracle Home as part of moving the domain.
19-
* Create a new Docker image by applying WebLogic patches to an existing image. In addition,
19+
* Create a new container image by applying WebLogic patches to an existing image. In addition,
2020
if one did not exist previously, you can create a WebLogic domain, update an existing domain, or deploy an application.
2121

2222
For detailed information, see [Image Tool]({{< relref "/userguide/tools/_index.md" >}}).
@@ -34,7 +34,7 @@ See the [Release Notes]({{< relref "/release-notes.md" >}}) for issues and impor
3434

3535
### About this documentation
3636

37-
* Use the [Quick Start]({{< relref "/quickstart/quickstart.md" >}}) guide to create a Linux based WebLogic Docker image.
37+
* Use the [Quick Start]({{< relref "/quickstart/quickstart.md" >}}) guide to create a Linux based WebLogic container image.
3838
* The [User Guide]({{< relref "/userguide/" >}}) contains detailed usage information, including command options and usage scenarios.
3939
* The [Samples]({{< relref "/samples/" >}}) provide typical and informative use cases.
4040
* The [Developer Guide]({{< relref "/developer/" >}}) provides details for people who want to understand how WIT is built. Those

documentation/1.9/content/developer/source.md renamed to documentation/1.10/content/developer/source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Integration Test groups:
4646
- `cache` - Tests that build and manipulate the Image Tool cache.
4747
- `gate` - A basic set of integration tests that are used to validate merge requests, including building several
4848
Docker image (~20 minutes).
49-
- `nightly` - The full set of integration tests building various Docker images including JRF and WLS
49+
- `nightly` - The full set of integration tests building various container images including JRF and WLS
5050
installations (~2 hours).
5151

5252
**Note:** In order to run an integration test that builds an image like `createWlsImg`, you must run the `cache`

documentation/1.9/content/quickstart/_index.md renamed to documentation/1.10/content/quickstart/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ pre = "<b> </b>"
88

99
# Quick Start Guide
1010

11-
Use this Quick Start guide to create a Linux based WebLogic Docker image.
11+
Use this Quick Start guide to create a Linux based WebLogic container image.

0 commit comments

Comments
 (0)