From fca82492f429b98acae2021cd48b5fba12377718 Mon Sep 17 00:00:00 2001 From: Scott Fredericksen Date: Fri, 22 May 2020 00:28:10 -0600 Subject: [PATCH] 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. --- docker-for-windows/install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-for-windows/install.md b/docker-for-windows/install.md index 10711cd78c..961844c63b 100644 --- a/docker-for-windows/install.md +++ b/docker-for-windows/install.md @@ -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.