docker / for-win

Bug reports for Docker Desktop for Windows
https://www.docker.com/products/docker#/windows
1.86k stars 290 forks source link

Unable to start Docker without AD domain connection #785

Open slafave opened 7 years ago

slafave commented 7 years ago

Expected behavior

When running outside my company network with my VPN disconnected, I should be able to start and use Docker.

Actual behavior

After updating to the newest edge build, 17.06.0-rc1-ce-win13 (12433), I get an error "Unable to start Docker, you must be part of the docker-users group". It is only when I connect my VPN or connect to the internal company network, thereby getting a connection to a domain controller, that I can start docker. My AD account is indeed part of the local docker-users group, but the docker startup security check seems to only validate that local group membership if it can verify my AD account with an AD DC.

Information

Steps to reproduce the behavior

  1. Update to the latest edge version, 17.06.0-rc1-ce-win13 (12433)
  2. Start your machine without a connection to your company AD
  3. Try and run Docker, receive the "not in docker-users group" message
  4. Connect VPN or connect to company internal network.
  5. Start Docker - this time it starts and is usable
dev7495 commented 3 months ago

Upgraded to 17.09.0-ce-win32 (13529) on win10 enterprise 1607 (14393.1715) today. I was connected to my company's AD. Same error. Restarted several times. Run as admin didn't work. Workaround: added my AD user to the docker-users group. There were no other users or groups assigned to the docker-users other than NT AUTHORITY\SYSTEM (S-1-5-18)

@duncancoppedge Can you guide how did you add AD user to docker-group. My entra user logged in to laptop yet i'm not able to add it to group. His name not coming in select user pop up window.