Last active
October 21, 2020 00:52
-
-
Save phillipsj/ed83abb10294a9a69cf20c3c877627e5 to your computer and use it in GitHub Desktop.
Setting the hostname when running a SQL Server Container
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 1636:1433 --name sqlserver --hostname sqlserver -d mcr.microsoft.com/mssql/server:2019-latest | |
4ef2e5e0c9c91b4f1e86ef807262d0f639b10ae7364c9c9cce0996e3dc28d8db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment