Using Quick Start Script
Follow these steps, to build the TDV Docker Images using the quick start script:
| 1. | Download the build_tdv_image.sh on your instance for building Docker images. |
| 2. | Run the following command: |
$ ./build_tdv_image.sh [-hv]
[-c] [-f <file>] [-n <name>:<tag>]
The table below gives a description of the different parameters used with the script:
|
Parameter |
Description |
Comments |
|
-h |
Help for using the script. |
|
|
-v |
Enable verbose mode output. |
|
|
-c |
Enable build caching. |
default is "docker build --no-cache" |
|
-f |
Location of Dockerfile.tdv |
|
|
-n |
Set name:tag for image. |
default is "tibco/tdv:<version>" |