ThingWorx Docker イメージの構築
設定が完了した後、構築スクリプトを使用して ThingWorx Docker イメージを作成できます。インクルードされている build.sh スクリプトは build.env ファイルで設定されている変数をとり、staging フォルダ内のファイルを使用して、Docker 構築コマンドで適切な変数と構築コンテキストを使用できるようにします。
イメージを構築するには、以下のコマンドを実行します。
./build.sh <タイプ>
<タイプ> には以下のいずれかの値を指定できます。
h2
postgres
mssql
azuresql
構築プロセスが完了すると、構築したコンテンツプロバイダに応じて、以下の Docker イメージが使用可能になります。
H2
Platform Docker イメージ: thingworx/platform-h2:latest
PostgreSQL
Platform Docker イメージ: thingworx/platform-postgres:latest
PostgreSQL DB Docker イメージ: thingworx/postgres-db:latest
Microsoft SQL Server
Platform Docker イメージ: thingworx/platform-mssql:latest
Microsoft SQL Server DB Docker イメージ: thingworx/mssql-db:latest
Azure SQL
Platform Docker イメージ: thingworx/platform-azuresql:latest
* 
PostgreSQL および Microsoft SQL Server の DB Docker イメージはテストおよび開発専用です。これらは本番環境で使用するためのものではありません。