Reputation: 479
Is it possible to logon to, for example, a SQL server database using a domain account from a windows server container (either hyper-v or regular container)? As I understand you can't domain join the container itself (neither server Core nor server Nano base image). Does it matter if the host is domain joined?
Upvotes: 6
Views: 2537
Reputation: 600
As you can read in the Windows Container Forum it is currently not possible to let a container join a Domain. As they point out, there should be a way in the future to allow a service to authenticate againt another service within the domain. But there are no more details about it. (Okt 2016)
Upvotes: 0