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.

gefragt vor 4 Monaten182 Aufrufe
1 Antwort
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-TECHNIKER
beantwortet vor 4 Monaten
profile picture
EXPERTE
überprüft vor einem Monat
  • 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.

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen