Skip to content

Commit 6f870e0

Browse files
committed
No more setCacheDir
1 parent a8e2999 commit 6f870e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ WebLogic installers, and WebLogic patches reside in the local file system.
99
By default, it is stored in the user's ```$HOME/cache``` directory. Under this directory, the look up information is
1010
stored in the file ```.metadata```. All automatically downloaded patches also reside in this directory.
1111

12-
This default cache store location can be changed by running the ```setCacheDir``` command before using the cache store:
12+
This default cache store location can be changed by setting the environment variable WLSIMG_CACHEDIR
1313

1414
```bash
15-
imagetool cache setCacheDir /path/to/dir
15+
export WLSIMG_CACHEDIR="/path/to/cachedir"
1616
```
1717

1818
The high level steps for creating an image are:
@@ -66,7 +66,7 @@ By default, it is created under the user's home directory. If you do not want to
6666
the home directory, you can first set the environment variable by:
6767

6868
```bash
69-
export WLSIMG_BLDDIR=/path/to/dir
69+
export WLSIMG_BLDDIR="/path/to/dir"
7070
```
7171

7272
The final image has the following structure:

0 commit comments

Comments
 (0)