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
전문가
검토됨 한 달 전
  • 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.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠