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

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

MSS フォルダー CICS アプリケーションのソース ファイルを含むフォルダー。
bld.bat CICS Docker デモンストレーション イメージの作成プロセスを自動化するバッチ ファイル。

bld.bat に指定できるパラメーターの詳細については、「CICS 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 CICS Docker デモンストレーション イメージの作成に使用される Dockerfile。

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

MSS32_export.zip 32 ビット環境で使用する CICS アプリケーションの Micro Focus Directory Server (MFDS) リソース定義を含む .zip ファイル。
MSS64_export.zip 64 ビット環境で使用する CICS アプリケーションの MFDS リソース定義を含む .zip ファイル。
README*.* CICS Docker デモンストレーション イメージの作成方法に関する説明を含む HTML およびプレーン テキストのドキュメントのファイル。
unzip.ps1 MSS*_export.zip を解凍する PowerShell スクリプト。
zipbld.ps1 CICS アプリケーションのソース ファイルを含む MSS.zip を再作成する PowerShell スクリプト。