Provides the location of the extend containerization sample files for Windows and description of each file.
The Windows sample files are supplied in the
%PUBLIC%\documents\Micro Focus\extend 10.5.0\sample\containerization\windows directory by default, and are comprised of the following:
- bld.bat
- Batch file to create images that can be run in a container.
- bld_win_x64.env
- Version and other settings used by
bld.bat.
- Dockerfile_win_x64
- Text file that contains all the commands to create the base image.
- Dockerfile_win_x64_app
- Text file that contains all the commands to create the application image from the base image.
- run_app_container.bat
- Batch file to run the application image based on the base image in a foreground container.
- run_base_container.bat
- Batch file to run the base image in a foreground container.
- run_container_AcuRCL.bat
- Batch file to run the application image in a detached container with AcuRCL started.
- run_container_AcuToWeb.bat
- Batch file to run the application image in a detached container with AcuToWeb and AcuRCL started.
- aculic_win_x64
- A directory to hold your extend license files for the products to be run in the container.
- AppContainerDirectory
- A directory containing the sample COBOL programs, configuration files, and batch files needed by the application container
for running the sample COBOL programs.
- SharedContainerDirectory
- This directory allows for persistent data after a container has been stopped. It is a single shared directory between the
host and the container where your container applications can create or make changes to files and data that you want to remain
after a container has been stopped. The sample COBOL programs use this directory for files that get created when they are
run by using the runtime
-e error output file option and the runtime configuration variable FILE-PREFIX for data files.