Files in the Hello World Docker Demonstration

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

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.

HelloWorld.tar.gz .tar file containing a pre-built executable file for the Hello World application.
Program1.cbl The COBOL program in the Hello World application. When run it displays messages indicating basic aspects of the environment that it is running in.
README*.* Files for HTML and plain text documents containing instructions on how to build the Hello World images.
Note: The name of the COBOL Server base image depends on the platform you are using:
  • On Red Hat Linux the base image is microfocus/cobolserver:rhel7_5.0_x64.
  • On SUSE Linux the base image is microfocus/cobolserver:sles12sp3_5.0_x64.