Files in the Hello World Docker Demonstration

The files contained in the Hello World Docker demonstration are as follows:

src folder Folder containing the source file and script needed to rebuild the project in the Hello World Docker demonstration.
bld.env Configuration file defining various environment variables that are used while building the images. The environment variables define details such as the names of installable files and strings to be used for different parts of the image names.
bld.funcs Definitions of functions used in the bld.sh script.
bld.sh Shell script to automate the process of building Hello World Docker demonstration images.

For full details on the parameters you can specify to bld.sh see Running the Hello World Docker Demonstration.

bld_package.sh Shell script to rebuild and package the Hello World application.
Dockerfile Dockerfile used to build the Hello World Docker demonstration image.

For a detailed look at the commands used in this file, see Dockerfiles in the Hello World Docker Demonstration.

Dockerfile.prod Dockerfile used to build a production version of the Hello World Docker demonstration image. Dockerfile.prod uses the COBOL Server base image (which is suitable for production) whereas Dockerfile uses the Visual COBOL base image (which is for development only).
README*.* Files for HTML and plain text documents containing instructions on how to build the Hello World images.
Note: The name of the Visual COBOL base image depends on the platform you are using:
  • On Red Hat Linux the base image is microfocus/vcdevhub:rhel7_4.0_x64.
  • On SUSE Linux the base image is microfocus/vcdevhub:sles12sp3_4.0_x64.