rails-sqlserver / tiny_tds

TinyTDS - Simple and fast FreeTDS bindings for Ruby using DB-Library.
Other
607 stars 189 forks source link

Add Docker Container to Readme. For fast access/prototyping #422

Open dziobaczy opened 5 years ago

dziobaczy commented 5 years ago

Last time I had to create a container which would connect with sqlserver running on azure and had some problems setting it all up without to much mess. So I thought I will share my solution. Image created from this Docker file is 508MB and it's built on top of the lightweight ruby-alpine version. I think might be useful for people struggling with setting this up. I have also the Docker version for regular ruby image but it's 2 times bigger in size.

dziobaczy commented 1 year ago

I just found this in my open PR's >,<. Do you still want that update in README?