Skip to content

Instantly share code, notes, and snippets.

@savio777
Created September 23, 2024 14:22
Show Gist options
  • Save savio777/43d6aa8294a7b2aaef0249059377c356 to your computer and use it in GitHub Desktop.
Save savio777/43d6aa8294a7b2aaef0249059377c356 to your computer and use it in GitHub Desktop.
docker images
docker run -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=12345Test';" \
-p 1433:1433 --name sql1 --hostname sql1 \
-d \
mcr.microsoft.com/mssql/server:2022-latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment