Git Product home page Git Product logo

Comments (5)

bugbuilder avatar bugbuilder commented on May 16, 2024 6

If you don't add en_US.utf 8 as a dependency you will get this error:

terminate called after throwing an instance of 'std::runtime_error' what(): locale::facet::_S_create_c_locale name not valid

You should be add in the Dockerfile the next lines:
locale-gen en_US.utf8 && update-locale

from mssql-docker.

metaskills avatar metaskills commented on May 16, 2024 4

Thanks! This simplified the setup we have to do for the TInyTDS and Rails SQL Server testing.

from mssql-docker.

twright-msft avatar twright-msft commented on May 16, 2024 1

Adding tools in the image increases the size by about 100 MB. Any concerns with that?

from mssql-docker.

metaskills avatar metaskills commented on May 16, 2024

None here!

from mssql-docker.

twright-msft avatar twright-msft commented on May 16, 2024

We have added the mssql-tools package to the mssql-server-linux image in the CTP 1.4 release that was posted today.

I've updated my example that used to use the Dockerfile to install the tools to now just expect the tools to already be in the image.
https://github.com/twright-msft/mssql-node-docker-demo-app

For now people can use an approach like that to do things like create (#2) or attach (#4) DBs, create logins (#18,#49), or whatever else needs to be done (#11) at docker run time.

In the end, it only increased the image size by about 20-30 MB not the 100 MB we thought it would be at first.

Please give it a try and let us know what you think!

from mssql-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.