Created
September 23, 2024 14:22
-
-
Save savio777/43d6aa8294a7b2aaef0249059377c356 to your computer and use it in GitHub Desktop.
docker images
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 -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