У меня включен Hyper-V, Docker для Windows установщик должен включить необходимые Windows функции.
Каждый раз, когда я пытаюсь установить Docker на этот Windows 10 профессиональный компьютер это приводит к исключению ниже. Я подумал о другом варианте, таком как установка Docker в WSL, затем понял, что демон Docker не может работать непосредственно в WSL, но может взаимодействовать с Docker для Windows
Installation Failed
The flat name of the target computer could not be retrieved (2138).
at System.DirectoryServices.AccountManagement.SAMStoreCtx.LoadComputerInfo()
at System.DirectoryServices.AccountManagement.SAMStoreCtx.get_MachineUserSuppliedName()
at System.DirectoryServices.AccountManagement.SAMStoreCtx.FindNativeByNT4IdentRef(Type principalType, String urnValue)
at System.DirectoryServices.AccountManagement.SAMStoreCtx.FindPrincipalByIdentRef(Type principalType, String urnScheme, String urnValue, DateTime referenceDate)
at System.DirectoryServices.AccountManagement.Principal.FindByIdentityWithTypeHelper(PrincipalContext context, Type principalType, Nullable`1 identityType, String identityValue, DateTime refDate)
at System.DirectoryServices.AccountManagement.Principal.FindByIdentityWithType(PrincipalContext context, Type principalType, String identityValue)
at System.DirectoryServices.AccountManagement.GroupPrincipal.FindByIdentity(PrincipalContext context, String identityValue)
at CommunityInstaller.CreateGroupAction.<DoAsync>b__33_0()
at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at CommunityInstaller.InstallWorkflow.<HandleD4WPackageAsync>d__29.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at CommunityInstaller.InstallWorkflow.<ProcessAsync>d__24.MoveNext()
Как мне решить Эта проблема? Заранее благодарю за помощь.