Hello World Docker デモンストレーションのファイル

Hello World Docker デモンストレーションに含まれるファイルは次のとおりです。

src フォルダー Hello World Docker デモンストレーションのプロジェクトを Visual Studio でビルドするために必要なすべてのソース ファイル、ソリューション ファイル、およびプロジェクト ファイルを含むフォルダー。
.cobolBuild Hello World Docker デモンストレーションのプロジェクトを Eclipse でビルドする際に使用される COBOL プロジェクト ファイル。
.cobolProj Hello World Docker デモンストレーションのプロジェクトを Eclipse でビルドする際に使用される COBOL プロジェクト ファイル。
.project Hello World Docker デモンストレーションのプロジェクトを Eclipse でビルドする際に使用される COBOL プロジェクト ファイル。
bld.bat Hello World Docker デモンストレーション イメージの作成プロセスを自動化するバッチ ファイル。

bld.bat に指定できるパラメーターの詳細については、「Hello World Docker デモンストレーションの実行」を参照してください。

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 MSBuild を使用して Visual Studio で Hello World Docker デモンストレーション イメージを作成する Dockerfile。

このファイルで使用されるコマンドの詳細については、「Hello World Docker デモンストレーションの Dockerfile」を参照してください。

Dockerfile.ant Ant を使用して Eclipse で Hello World Docker デモンストレーション イメージを作成する Dockerfile。

このファイルで使用されるコマンドの詳細については、「Hello World Docker デモンストレーションの Dockerfile」を参照してください。

Dockerfile.Debug Hello World アプリケーションのデバッグに使用する Dockerfile。

このファイルで使用されるコマンドの詳細については、「Hello World Docker デモンストレーションの Dockerfile」を参照してください。

Dockerfile.dn MSBuild を使用して Visual Studio でマネージ コード用の Hello World Docker デモンストレーション イメージを作成する Dockerfile。

このファイルで使用されるコマンドの詳細については、「Hello World Docker デモンストレーションの Dockerfile」を参照してください。

README*.* Hello World イメージの作成方法に関する説明を含む HTML およびプレーン テキストのドキュメントのファイル。