Skip to content
Advertisement

How do I install a SQL Server Java driver into a linux docker container?

The docker image definition below does not contain according to the documentation a SQL Server driver.

How can I install it?

Documentation: https://github.com/camunda/docker-camunda-bpm-platform

Docker File

JavaScript

Advertisement

Answer

I was able to make it work after several days.

Steps

  1. Download JDBC Driver from Microsoft Site, Version 7.2, it will include 2 JAR FILES
  2. Uncompress, and copy the file into your docker folder
  3. Copy the file into the camunda LIB folder, this is not explained anywhere, but after a short chat with camunda docker git repo people, they adviced me to do that.

Only line needs to add in DOCKER file is:

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement