The files contained in the Hello World container demonstration are as follows:
src folder | Folder containing all source, solution and project files needed to build the project in the Hello World container demonstration in Visual Studio. |
.cobolBuild | COBOL project file used when using Eclipse to build the project in the Hello World container demonstration. |
.cobolProj | COBOL project file used when using Eclipse to build the project in the Hello World container demonstration. |
.project | COBOL project file used when using Eclipse to build the project in the Hello World container demonstration. |
bld.bat |
Batch file to automate the process of building Hello World container demonstration images.
For full details on the parameters you can specify to bld.bat see Running the Hello World Container 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. |
Dockerfile | Dockerfile that uses MSBuild to build the Hello World container demonstration image on Visual Studio. |
Dockerfile.ant | Dockerfile that uses Ant to build the Hello World Docker demonstration image on Eclipse. |
Dockerfile.debug | Dockerfile to debug the Hello World application. |
Dockerfile.dn | Dockerfile that uses MSBuild to build the .NET COBOL code version of the Hello World container demonstration image on Visual Studio. |
README*.* | Files for HTML and plain text documents containing instructions on how to build the Hello World images. |