且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在Docker SQL Server映像上运行安装脚本?

更新时间:2023-11-24 20:22:46

将sql服务器的密码更改为足够复杂.

Change the password of the sql server to be complex enough.

docker run -d -p 1433:1433 -e "sa_password=ComplexPW2019!" -e "ACCEPT_EULA=Y" <sqlserverimageid>