Description
I duplicated this dockerfile so that I could install SQL Server 2017 on a Windows Server 2019 base, and operationally everything seems fine, but I'm having a (potentially) minor problem with SSMS. I can connect to the container, browse the databases, and create and run SQL Agent jobs, but there's a blue question mark on both the SQL Server and SQL Agent icons. Reading up, it seems like this might have something to do with Windows Firewall or WMI not being accessible remotely, but I've hit a wall.
The Windows Defender Firewall service itself is off by default, and that's what most of the WMI troubleshooting actually hinges on, so I can't think of anything else to do.
Has anyone run into this before or have any thoughts as to what might be the cause/resolution?