简体   繁体   中英

Active Directory Docker - Windows Authentication Mode

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM