MAC Docke login 报错


WARNING! Using --password via the CLI is insecure. Use --password-stdin.
Error saving credentials: error storing credentials - err: exit status 1, out: `error storing credentials - err: exit status 1, out: `User interaction is not allowed.``
muzhongjiang@mzj-mac Downloads % docker login -u=mzjnumber1
Password:

解决

登录信息无法写入的错误。

在security命令的unlock-keychain中,允许所有应用程序访问此项目。

security unlock-keychain
password to unlock default: Mac密码
mac