How do I include ODBC driver in my container created using app2container

0

I have sample website created in .NET with backed as MS Access database which requires ODBC driver to be installed on application server (Windows). When I am using app2conatiner to containerize this website, the application gets containerize successfully however the ODBC drivers wont get set up in the container. This cause DB connection requests to fails and application does not work as expected.

Appreciate any help in this regard to fix the issue.

已提問 4 個月前檢視次數 182 次
1 個回答
0

Hello,

When we talk about containerizing multi tier application using App2Container, the recommended way is each application component in your multi-tier Windows .NET application runs in a separate container. Relationships between the root application and dependent components are configured in deployment.json.

You can see how you can containerize the multi-tier .net application using App2Container here.

AWS
支援工程師
已回答 4 個月前
profile picture
專家
已審閱 1 個月前
  • Hi Lakshay, This is not a separate app or windows service but just the ODBC driver which needs to be installed/available in the container. Deployment.json too had dependentApps field which refers to another application and not the driver. I am looking for field/file where these third party apps to be installed can be mentioned. Thanks.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南