Giter VIP home page Giter VIP logo

colourapi's Issues

Can not able to connect Linux(mcr.microsoft.com/mssql/server:2017-latest-ubuntu ) container with SSMS Tool

Hi Binary,
Thank you for course. RESTFUL API depends on a SQL DB so i try to use sql linux container as below

  1. API app dependents on a DB(mcr.microsoft.com/mssql/server:2017-latest-ubuntu ) So for creating sql-db , i ran below docker command at windows power-shell .. ..
docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=yourpssword" `
        -e "MSSQL_PID=Express" --name  sql1   `
        -p 1433:1433  -d  mcr.microsoft.com/mssql/server:2017-latest-ubuntu 

Linux -DB Container created successfully and was running as below by'Docker ps -a'command at windows power-shell
https://uploads.disquscdn.com/images/9221f417a654aca4ec2fe923ca3743c6f447772bd8b853583fe2312ea012aef2.jpg

But , When i tried to connect that created sql-db container with SSMS tool ,below ERROR is coming as
https://uploads.disquscdn.com/images/8c09b0d4c863769f4c810d2a167ce17cc2227a7e63b57a58504d5159a6eb614a.jpg
" A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. "

Pls, help and am i missing something else ?
But also, API container not able to connect sql-db container So below ,a thread is going on with same issue for any resolution..
https://docs.microsoft.com/en-us/answers/questions/191498/how-to-pass-sql-db-container-connection-string-to.html

Thanks,

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.