tfenster / dockeraccesshelper

PS module that allows access to the Docker engine for any user
https://www.axians-infoma.com/techblog/allow-access-to-the-docker-engine-without-admin-rights-on-windows/
MIT License
77 stars 12 forks source link

trust relationship error #5

Closed tprzyzycki closed 3 years ago

tprzyzycki commented 3 years ago

PS C:\WINDOWS\system32> Add-AccountToDockerAccess "myusername" Exception calling "AddAccessRule" with "1" argument(s): "The trust relationship between this workstation and the primary domain failed. " At C:\Program Files\WindowsPowerShell\Modules\dockeraccesshelper\0.0.3\Add-AccountToDockerAccess.psm1:67 char:5

tfenster commented 3 years ago

@tprzyzycki This happens in my experience if a) you've been disconnected from the domain controller for too long or b) the password you use locally and the password that is stored on the directory are out of sync. Does everything else work for you?

tprzyzycki commented 3 years ago

I managed to get it working. Thanks for your suggestions