Active Directory Docker - Windows Authentication Mode

怎甘沉沦 提交于 2021-01-29 07:34:37

问题


How to connect from windows docker container to Azure Active Directory? My problem: I have to connect to Database (in some server) which take only access as a Windows Authentication Mode but my container is not in domain.


回答1:


You need to configure gMSA (group managed service account) for that. Please follow the below guides in sequence:

  1. Create gMSAs for Windows containers
  2. Configure your app to use a gMSA
  3. Run a container with a gMSA
  4. Orchestrate containers with a gMSA


来源:https://stackoverflow.com/questions/63575360/active-directory-docker-windows-authentication-mode

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!