Last active
November 15, 2019 18:08
-
-
Save raicerk/a16b33440a82eded217c24affe52ded6 to your computer and use it in GitHub Desktop.
Docker MSSQL for linux
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 "SA_PASSWORD=Passde10caracteresconmayusculasminusculasnumerosycaracteres." -p 1433:1433 --name sql1 -d mcr.microsoft.com/mssql/server:2019-GA-ubuntu-16.04 | |
sudo docker exec -it sql1 "bash" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment