Hello World Docker デモンストレーションの Dockerfile

This topic describes in detail the commands used by the Dockerfiles in the Hello World Docker demonstration.

Before reading this topic you should be familiar with the processes defined in Building a Base Image for Windows 用の Visual COBOL ビルド ツール and Building an Image Containing an Application to use with Windows 用の Visual COBOL ビルド ツール, and you need to have run the Docker demonstration to have created a base image for Visual COBOL.

Hello World Docker デモンストレーションには、次の Dockerfile が含まれています。

Dockerfile
MSBuild を使用して Hello World アプリケーションをビルドする Dockerfile。
Dockerfile.ant
Ant を使用して Hello World アプリケーションをビルドする Dockerfile。
Dockerfile.debug
Hello World アプリケーションをデバッグするときに使用するイメージを作成するための Dockerfile。
Dockerfile.dn
32 ビット環境または 64 ビット環境で MSBuild を使用して Hello World アプリケーションをビルドする Dockerfile。