Skip to content

Instantly share code, notes, and snippets.

@sebagomez
Created March 14, 2018 19:50
Show Gist options
  • Save sebagomez/2af3e4e750792a071befc15ff783c304 to your computer and use it in GitHub Desktop.
Save sebagomez/2af3e4e750792a071befc15ff783c304 to your computer and use it in GitHub Desktop.
Start SQL Server 2017 Docker instance
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