I have tried installing both from cmd as well as the installer GUI bit I keep getting the following error in the logs
"Docker Desktop Installer.exe" install --installation-dir="C:\Users\xx\Documents\Docker"
C:\Users\xx\Software Installers>System.UnauthorizedAccessException: Attempted to perform an unauthorized operation.
at System.Security.AccessControl.Win32.GetSecurityInfo(ResourceType resourceType, String name, SafeHandle handle, AccessControlSections accessControlSections, RawSecurityDescriptor& resultSd)
at System.Security.AccessControl.NativeObjectSecurity.CreateInternal(ResourceType resourceType, Boolean isContainer, String name, SafeHandle handle, AccessControlSections includeSections, Boolean createByName, ExceptionFromErrorCode exceptionFromErrorCode, Object exceptionContext)
at System.Security.AccessControl.FileSystemSecurity..ctor(Boolean isContainer, String name, AccessControlSections includeSections, Boolean isDirectory)
at System.Security.AccessControl.DirectorySecurity..ctor(String name, AccessControlSections includeSections)
at System.IO.DirectoryInfo.GetAccessControl()
at Docker.Core.PermissionUtils.RemoveGlobalWrite(ILogger logger, String path) in C:\workspaces\PR-29624\src\github.com\docker\pinata\win\src\Docker.Core\PermissionUtils.cs:line 47
at Docker.Installer.Program.Main(String[] args)
I have admin privileges and have disabled Hyper-V
Can anyone give me pointers to resolve this issue?
Thanks in advance.