This topic describes in detail the commands used by the Dockerfiles in the Docker demonstration for the
COBOL Server base image. Before reading this topic you should be familiar with the processes defined in
Building a Base Image for
COBOL Server and
Building an Image Containing an Application
COBOL Server.
The following Dockerfiles are used:
- Dockerfile
- The main Dockerfile used to create the image for
COBOL Server.
- Dockerfile.jre
- Additional Dockerfile to
Additional Dockerfile to produce a version of the
COBOL Server base image that includes Java support.
COBOL Server does not include the file that provides this support, so you must obtain this file yourself and ensure that you are licensed
to use it.
- Dockerfile.x86
- Additional Dockerfile to produce a base image for
COBOL Server for use with 32-bit applications.
- Dockerfile.x64
- Additional Dockerfile to produce a base image for
COBOL Server for use with 64-bit applications.