-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Update permission requirements for Docker Desktop on Windows #22863
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
content/manuals/desktop/setup/install/windows-permission-requirements.md
Outdated
Show resolved
Hide resolved
content/manuals/desktop/setup/install/windows-permission-requirements.md
Outdated
Show resolved
Hide resolved
content/manuals/desktop/setup/install/windows-permission-requirements.md
Outdated
Show resolved
Hide resolved
content/manuals/desktop/setup/install/windows-permission-requirements.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @chelnak!
If your admin account is different to your user account, you must add the user to the **docker-users** group: | ||
If your admin account is different to your user account, you must add the user to the **docker-users** group to access features that require higher privileges, such as creating and managing the Hyper-V VM, or using Windows containers. | ||
```powershell |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a stray code fence here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤦 fixing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was JUST too late; saw you merged when I submitted 😅😆
Description
This change updates permission requirements for Docker Desktop on Windows. It should explain that membership of the
docker-users
group is no longer required for running Docker Desktop, unless the privileged helper service is required.Related issues or tickets
Reviews