mac docker-compose up 报错
这篇文章发表于 2022年07月23日,星期六,13:28
启动镜像时报如下错误
ERROR: for gateway Credentials store error: StoreError('Credentials store docker-credential-desktop exited with "error getting credentials - err: exit status 1, out: `keychain cannot be accessed because the current session does not allow user interaction. The keychain may be locked; unlock it by running "security -v unlock-keychain ~/Library/Keychains/login.keychain-db" and try again`".')
根据提示执行命令
security -v unlock-keychain ~/Library/Keychains/login.keychain-db
然后再执行镜像启动命令
关于博主: 评论和私信会在第一时间回复
版权声明: 本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!