Skip to content

Commit f60c771

Browse files
authored
minor doc fix (#19)
1 parent 7abc0ea commit f60c771

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,13 @@ You can accomplish this by:
191191
Download the [WebLogic Deploy Tool](https://github.com/oracle/weblogic-deploy-tooling/releases), and then add it to the cache store:
192192

193193
```bash
194-
imagetool cache addInstaller --type wdt --version 2.2 --path /home/acmeuser/cache/weblogic-deploy.zip
194+
imagetool cache addInstaller --type wdt --version 0.22 --path /home/acmeuser/cache/weblogic-deploy.zip
195195
```
196196

197197
Provide the command-line options for the WebLogic Deploy Tool:
198198

199199
```bash
200-
imagetool create --fromImage myosimg:latest --tag wls:12.2.1.3.0 --patches 27342434 --version 12.2.1.3.0 --useCache always --wdtVersion 2.2 --wdtArchive /home/acmeuser/wdt/domain1.zip --wdtDomainHome /u01/domains/simple_domain
200+
imagetool create --fromImage myosimg:latest --tag wls:12.2.1.3.0 --patches 27342434 --version 12.2.1.3.0 --useCache always --wdtVersion 0.22 --wdtArchive /home/acmeuser/wdt/domain1.zip --wdtDomainHome /u01/domains/simple_domain
201201
```
202202

203203
The parameters mapping between the Image Tool and the WebLogic Deploy Tool are:

0 commit comments

Comments
 (0)