The Docker demonstration to create the
Enterprise Test Server base image includes a
batch file (bld.bat) to make the process of running the demonstration as easy as possible. This topic lists and describes the parameters that
you can specify when running
bld.bat.
Note: When using
bld.bat to create a base image for
Enterprise Test Server you need to ensure that the relevant installation files and licenses are available in the same folder as
bld.bat. These are:
- The installable executable file for
Enterprise Test Server. This is
ets_50.exe
and is supplied in the Docker demonstration for the
Enterprise Test Server base image.
- The appropriate license (.mflic) file for
Enterprise Test Server.
The command to execute the batch file to run the Docker demonstration for the
Enterprise Test Server base image is as follows:
bld.bat { IacceptEULA [install-location] |
rmi }
where the parameters are:
- IacceptEULA
- Indicates that you accept the
Micro Focus End User License Agreement (EULA).
You must specify
IacceptEULA to create a base image containing
Enterprise Test Server.
- install-location
- Specifies the name of the folder in the image filesystem into which
Enterprise Test Server will be installed. If specified, this must be the last parameter.
- rmi
- Indicates that you want to remove any previously-created
Enterprise Test Server base images. Specifying
rmi results in the execution of a number of
docker rmi --force commands to remove all
Enterprise Test Server base images.