Git Product home page Git Product logo

Comments (7)

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

@geooot - It's most likely that your password is not complex enough. Can you please double check that?

from sql-server-samples.

iamthiago avatar iamthiago commented on May 9, 2024 3

I was testing with the following password:

sqlserver

After reading this thread and changing for:

sqlserver123! (feels more complex)

it worked like a charm :)

from sql-server-samples.

mheath avatar mheath commented on May 9, 2024

Why does my password have to be complex if I'm just running a Docker image for dev? Is there a way to disable that?

from sql-server-samples.

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

@mheath Because security. :)

Is this still an issue for anybody or can we close this issue out?

from sql-server-samples.

sslgeorge avatar sslgeorge commented on May 9, 2024

@twright-msft I still have same issue

from sql-server-samples.

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

@sslgeorge - Do you have the exact same symptoms as the original poster? i.e. you docker run the container with -t, see a single line of output (Configuring ...) and then get the same error message and if you look inside of the container you dont see a /var/opt/mssql directory? Or do you see something different?

from sql-server-samples.

kwent avatar kwent commented on May 9, 2024

I'm still seeing same issue event with strong password as shown in the documentation (macOS)

docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=yourStrong(!)Password' -p 1433:1433 -d microsoft/mssql-server-linux
➔ docker events
2017-08-21T20:42:49.038000739-07:00 container create a5038b6051fbbc545ca41b906ee57212da5fafc9ece4512c55b12ad50ced8335 (com.microsoft.product=Microsoft SQL Server, com.microsoft.version=14.0.900.75, image=microsoft/mssql-server-linux, name=festive_benz, vendor=Microsoft)
2017-08-21T20:42:49.159034766-07:00 network connect 3d543d0faf75b167d62501d4af5e825ee89735c5f1cf586804cf3e4af7cefa7e (container=a5038b6051fbbc545ca41b906ee57212da5fafc9ece4512c55b12ad50ced8335, name=bridge, type=bridge)
2017-08-21T20:42:49.561509762-07:00 container start a5038b6051fbbc545ca41b906ee57212da5fafc9ece4512c55b12ad50ced8335 (com.microsoft.product=Microsoft SQL Server, com.microsoft.version=14.0.900.75, image=microsoft/mssql-server-linux, name=festive_benz, vendor=Microsoft)
2017-08-21T20:42:49.762181604-07:00 container die a5038b6051fbbc545ca41b906ee57212da5fafc9ece4512c55b12ad50ced8335 (com.microsoft.product=Microsoft SQL Server, com.microsoft.version=14.0.900.75, exitCode=1, image=microsoft/mssql-server-linux, name=festive_benz, vendor=Microsoft)
2017-08-21T20:42:50.017016736-07:00 network disconnect 3d543d0faf75b167d62501d4af5e825ee89735c5f1cf586804cf3e4af7cefa7e (container=a5038b6051fbbc545ca41b906ee57212da5fafc9ece4512c55b12ad50ced8335, name=bridge, type=bridge)

Edit

In my case the issue was cause i was not allocating enough memory as the doc mentioned:

At least 3.25 GB of RAM. Make sure to assign enough memory to the Docker VM if you're running on Docker for Mac or Windows.

Setting the memory to 4 Gb fixed it.

screen shot 2017-08-21 at 8 46 48 pm

from sql-server-samples.

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.