Skip to content

Instantly share code, notes, and snippets.

@a5ync
Created June 24, 2020 18:45
Show Gist options
  • Select an option

  • Save a5ync/8f152f923ef5484279faf49412c81e0e to your computer and use it in GitHub Desktop.

Select an option

Save a5ync/8f152f923ef5484279faf49412c81e0e to your computer and use it in GitHub Desktop.
Docker container for SQL Server 2017
docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=N0750much54f3' -p 1433:1433 -d mcr.microsoft.com/mssql/server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment