-
Notifications
You must be signed in to change notification settings - Fork 25
Updated documentation for release 1.8.2 #145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few minor edits.
site/create-image.md
Outdated
@@ -33,6 +34,9 @@ Usage: imagetool create [OPTIONS] | |||
| `--wdtArchive` | Path to the WDT archive file used by the WDT model. | | | |||
| `--wdtDomainHome` | Path to the `-domain_home` for WDT. | | | |||
| `--wdtDomainType` | WDT domain type. Supported values: `WLS`, `JRF`, `RestrictedJRF` | `WLS` | | |||
| `--wdtEncryptionKey` | Passphrase for WDT -use_encryption, that will be requested on STDIN. | | | |||
| `--wdtEncryptionKeyEnv` | Passphrase for WDT -use_encryption, that is provided as an environment variable. | | | |||
| `--wdtEncryptionKeyFile` | Passphrase for WDT -use_encryption, that is provided as a file. | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-use_encryption, that -> -use_encryption that (remove the comma after -use_encryption in all three descriptions.)
site/update-image.md
Outdated
@@ -44,6 +45,9 @@ Update WebLogic Docker image with selected patches | |||
| `--wdtArchive` | Path to the WDT archive file used by the WDT model. | | | |||
| `--wdtDomainHome` | Path to the `-domain_home` for WDT. | | | |||
| `--wdtDomainType` | WDT domain type. Supported values: `WLS`, `JRF`, `RestrictedJRF` | `WLS` | | |||
| `--wdtEncryptionKey` | Passphrase for WDT -use_encryption, that will be requested on STDIN. | | | |||
| `--wdtEncryptionKeyEnv` | Passphrase for WDT -use_encryption, that is provided as an environment variable. | | | |||
| `--wdtEncryptionKeyFile` | Passphrase for WDT -use_encryption, that is provided as a file. | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-use_encryption, that -> -use_encryption that (remove the comma after -use_encryption in all three descriptions.)
site/create-image.md
Outdated
@@ -10,6 +10,7 @@ Usage: imagetool create [OPTIONS] | |||
| --- | --- | --- | | |||
| `--additionalBuildCommands` | Path to a file with additional build commands. For more details, see [Additional information](#additional-information). | | |||
| `--additionalBuildFiles` | Additional files that are required by your `additionalBuildCommands`. A comma separated list of files that should be copied to the build context. | | |||
| `--buildNetwork` | Networking mode for the RUN instructions during the image build. See Docker --network. | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If Docker --network is an attribute of a Docker command, it should be written as docker --network
(if docker is part of the command) or Docker --network
(if network
if it is an attribute of some other Docker command).
site/rebase-image.md
Outdated
@@ -12,6 +12,7 @@ Usage: imagetool rebase [OPTIONS] | |||
| --- | --- | --- | | |||
| `--additionalBuildCommands` | Path to a file with additional build commands. For more details, see [Additional information](#additional-information). | | |||
| `--additionalBuildFiles` | Additional files that are required by your `additionalBuildCommands`. A comma separated list of files that should be copied to the build context. | | |||
| `--buildNetwork` | Networking mode for the RUN instructions during the image build. See Docker --network. | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If Docker --network is an attribute of a Docker command, it should be written as docker --network
(if docker is part of the command) or Docker --network
(if network
if it is an attribute of some other Docker command).
site/update-image.md
Outdated
@@ -25,6 +25,7 @@ Update WebLogic Docker image with selected patches | |||
| --- | --- | --- | | |||
| `--additionalBuildCommands` | Path to a file with additional build commands. For more details, see [Additional information](#additional-information). | | |||
| `--additionalBuildFiles` | Additional files that are required by your `additionalBuildCommands`. A comma separated list of files that should be copied to the build context. | | |||
| `--buildNetwork` | Networking mode for the RUN instructions during the image build. See Docker --network. | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If Docker --network is an attribute of a Docker command, it should be written as docker --network
(if docker is part of the command) or Docker --network
(if network
if it is an attribute of some other Docker command).
--buildNetwork for Docker --network
and
--wdtEncryptionKey for WDT -use_encryption