Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document MSSQL 2019 Docker Image workaround #315

Merged
merged 3 commits into from
Mar 8, 2022
Merged

Conversation

bartelink
Copy link
Collaborator

@bartelink bartelink commented Mar 5, 2022

Re microsoft/mssql-docker#2 (comment)

Until it's automated and/or the image follows the rest of the world, documents the need to manually do:

docker exec -it equinox-mssql /opt/mssql-tools/bin/sqlcmd \
 -S localhost -U sa -P "!Passw0rd" \
 -Q "CREATE database EQUINOX_TEST_DB"

@bartelink bartelink changed the title Document MSSQL 2019 image workaround Document MSSQL 2019 Docker Image workaround Mar 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant