Created
December 27, 2017 14:15
-
-
Save dimMaryanto93/cb843842a0f2e0c0852ffdabcdcc945a to your computer and use it in GitHub Desktop.
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=admin93@docker' -e 'MSSQL_PID=Express' -p 1433:1433 -v sqlvolume:/var/opt/mssql -d microsoft/mssql-server-linux:2017-latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment