The files contained in the Hello World Docker demonstration are as follows:
Properties folder | Folder that is used when using Visual Studio to build the project in the Hello World Docker demonstration. |
.cobolBuild | COBOL project file used when using Eclipse to build the project in the Hello World Docker demonstration. |
.cobolProj | COBOL project file used when using Eclipse to build the project in the Hello World Docker demonstration. |
.project | COBOL project file used when using Eclipse to build the project in the Hello World Docker demonstration. |
bld.bat |
Batch file to automate the process of building Hello World Docker demonstration images.
For full details on the parameters you can specify to bld.bat see Running 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. |
convsetx.ps1 | PowerShell script file used by Dockerfile.x86 and Dockerfile.x64 to configure the COBOL environment to make it specific to 32-bit or 64-bit applications. |
DNHelloWorld.cblproj | Project file needed to build the managed code version of the project from this Docker demonstration in Visual Studio. |
DNHelloWorld.sln | Solution file needed to build the managed code version of the project from this Docker demonstration in Visual Studio. |
Dockerfile |
Dockerfile that uses MSBuild to build the Hello World Docker demonstration image on Visual Studio.
For a detailed look at the commands used in this file, see Dockerfiles in the Hello World Docker Demonstration. |
Dockerfile.Debug |
Dockerfile to debug the Hello World application.
For a detailed look at the commands used in this file, see Dockerfiles in the Hello World Docker Demonstration. |
HelloWorld.cblproj | Project file needed to build the project from this Docker demonstration in Visual Studio. |
HelloWorld.sln | Solution file needed to build the project from this Docker demonstration in Visual Studio. |
HelloWorld_dn.zip | Pre-built executable of the managed code version of the Hello World application. |
HelloWorld_x64.zip | Pre-built executable of the Hello World application to run in 64-bit environments. |
HelloWorld_x86.zip | Pre-built executable of the Hello World application to run in 32-bit environments. |
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. |
zipantbld.ps1 | PowerShell script file to recreate HelloWorld_*.zip to contain the source files for the Hello World application for when using Eclipse. |
zipbld.ps1 | PowerShell script file to recreate HelloWorld_*.zip to contain the source files for the Hello World application for when using Visual Studio. |