Created
October 21, 2020 00:33
-
-
Save phillipsj/757ec56724bd857fa1085ff0d847dfa5 to your computer and use it in GitHub Desktop.
Running SQL Server Container without hostname defined.
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=SuperCoolPass123" -p 1635:1433 -d mcr.microsoft.com/mssql/server:2019-latest | |
Unable to find image 'mcr.microsoft.com/mssql/server:2019-latest' locally | |
2019-latest: Pulling from mssql/server | |
171857c49d0f: Pull complete | |
419640447d26: Pull complete | |
61e52f862619: Pull complete | |
e7083eff87ee: Pull complete | |
8b5eb8c165f6: Pull complete | |
b469c4d6160e: Pull complete | |
ec9a85cf10f9: Pull complete | |
Digest: sha256:bf3cc5fb2abfd327c6eeaf2a021869077298511eb6ded5fabd9a1e39ebff7c30 | |
Status: Downloaded newer image for mcr.microsoft.com/mssql/server:2019-latest | |
1e5b0d494f32a50380d9fe39149d76922cdd206f9a24b7d3886529bc6315266d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment