django-pyodbc-azure icon indicating copy to clipboard operation
django-pyodbc-azure copied to clipboard

Example of a working docker image

Open stuartaccent opened this issue 7 years ago • 2 comments

Hey,

Firstly thanks for this, great work.

If its of any use to anyone I have created a working docker image that can use this based on:

  • ubuntu 16.04
  • python 3.6
  • ms sql client driver

All you need is the pip packages and link in your django project in the usual manner. Feel free to mention it anywhere you want or not at all.

Links: docker hub example django site

Stu :)

stuartaccent avatar Aug 26 '17 23:08 stuartaccent

Hey @stuartaccent

You can use my contribution to Microsoft repository here:

https://github.com/Microsoft/sql-server-samples/tree/master/samples/development-frameworks/SqlServerOnDocker

Jakub

grillazz avatar Jan 07 '18 12:01 grillazz

Hey @grillazz, thanks for that, will take a look.

stuartaccent avatar Jan 08 '18 10:01 stuartaccent