mirror of https://github.com/docker/docs.git
Update install.md
The install instructions are missing a critical step that requires the user to be added to the "docker-users" group. Without this, the user will be prevented from running Docker containers.
This commit is contained in:
parent
8716eb0b98
commit
fca82492f4
|
@ -77,6 +77,8 @@ Looking for information on using Windows containers?
|
|||
|
||||
4. When the installation is successful, click **Close** to complete the installation process.
|
||||
|
||||
5. Run as Administrator the Windows Computer Management and navigate to "Users and Groups". Right-click and add your user to the "docker-users" group. Then restart the computer.
|
||||
|
||||
## Start Docker Desktop
|
||||
|
||||
Docker Desktop does not start automatically after installation. To start Docker Desktop, search for Docker, and select **Docker Desktop** in the search results.
|
||||
|
|
Loading…
Reference in New Issue