Skip to content

Instantly share code, notes, and snippets.

@JimKnopf2034
Created May 28, 2021 03:54
Show Gist options
  • Save JimKnopf2034/365aed119d0a4d66f534fd5a1089ff2c to your computer and use it in GitHub Desktop.
Save JimKnopf2034/365aed119d0a4d66f534fd5a1089ff2c to your computer and use it in GitHub Desktop.
Run SQL Server in Docker Container
docker run - name mySqlServer -e ACCEPT_EULA=Y -e SA_PASSWORD=MyStrongPA55word! -p 1433:1433 -d mcr.microsoft.com/mssql/server:2019-latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment