Created
March 14, 2018 19:50
-
-
Save sebagomez/2af3e4e750792a071befc15ff783c304 to your computer and use it in GitHub Desktop.
Start SQL Server 2017 Docker instance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --rm -p 1533:1433 -e ACCEPT_EULA=Y -e MSSQL_SA_PASSWORD=dbPassword! -e MSSQL_PID=Developer -d --name sqlserver microsoft/mssql-server-linux:2017-GA |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment