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

For users of Enterprise Developer for Eclipse:

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 スクリプト。

For users of Enterprise Developer UNIX Components:

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

src フォルダー CICS アプリケーションのソース ファイルを含むフォルダー。
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.
bld.funcs

bld.sh スクリプトで使用される関数の定義。

bld.sh CICS Docker デモンストレーション イメージの作成プロセスを自動化するバッチ ファイル。

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

bld_package.sh

CICS Docker デモンストレーション アプリケーションをリビルドしてパッケージ化するシェル スクリプト。

Dockerfile CICS Docker デモンストレーション イメージの作成に使用される Dockerfile。

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

MSS64_export.tar.gz CICS アプリケーションの MFDS リソース定義を含む .tar ファイル。
palic.env Configuration file used to specify the name of the license (.mflic) file for Enterprise Developer.
README*.*

CICS Docker デモンストレーション イメージの作成方法に関する説明を含む HTML およびプレーン テキストのドキュメントのファイル。

sample_setup Micro Focus Directory Server (MFDS) を起動し、リージョンの定義をディプロイしてからアプリケーションをディプロイし、コンテナーが終了するまでのリージョンのコンソール .log ファイルを表示するスクリプト。
注: Enterprise Developer ベース イメージの名前は、使用するプラットフォームによって異なります。
  • Red Hat Linux では、ベース イメージは microfocus/entdevhub:rhel7_4.0_x64 です。
  • SUSE Linux では、ベース イメージは microfocus/entdevhub:sles12sp3_4.0_x64 です。