docker 凭据异常:删除有关docker相关的凭据

错误信息:

System.Security.Cryptography.CryptographicException:
参数错误。

   在 System.Security.Cryptography.ProtectedData.Unprotect(Byte[] encryptedData, Byte[] optionalEntropy, DataProtectionScope scope)
   在 Docker.WPF.Credentials.MountCredentialAsker.DecryptPassword(Byte[] encrypted)
   在 Docker.WPF.Credentials.MountCredentialAsker.RetrieveCredential(String target)
   在 Docker.WPF.BackendClient.Start(ContainerEngineMode mode)
   在 Docker.Actions.DoStart(SynchronizationContext syncCtx, Boolean showWelcomeWindow, Boolean withNotifications)
   在 Docker.Actions.<>c__DisplayClass26_0.<StartAsync>b__0()
   在 Docker.ApiServices.TaskQueuing.TaskQueue.<>c__DisplayClass18_0.<.ctor>b__1() 

  

操作:删除windows中docker相关的凭据

原文地址:https://www.cnblogs.com/panpanwelcome/p/12835180.html