Skip to content

Instantly share code, notes, and snippets.

@snowmerak
Created July 17, 2023 15:56
Show Gist options
  • Save snowmerak/64ccf3e04afa7b179f9700dfd9c55a5e to your computer and use it in GitHub Desktop.
Save snowmerak/64ccf3e04afa7b179f9700dfd9c55a5e to your computer and use it in GitHub Desktop.
docker run -e "ACCEPT_EULA=1" \
-e "MSSQL_SA_PASSWORD=M@sterP@ssword1234!?" -e "MSSQL_PID=Developer" \
-e "MSSQL_USER=SA" -p 1433:1433 --name=test_sql mcr.microsoft.com/azure-sql-edge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment