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.

asked 3 months ago172 views
1 Answer
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
SUPPORT ENGINEER
answered 3 months ago
profile picture
EXPERT
reviewed 23 days ago
  • 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.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions