由于--电子邮件参数在docker登录(v17.06版)中被删除,我无法使用heroku container:login登录,
我得到以下错误:
unknown flag: --email See 'docker login --help'. ! Error: docker login exited with 125
我正在运行最新的heroku-cli版本:heroku-cli/6.12.0-a504409 (darwin-x64) node-v7.10.0
对此有任何更新,因为现在看来,我无法向heroku部署任何对接应用程序?
发布于 2017-07-04 10:27:28
--email属性用于Heroku早期版本的Docker工具。检查heroku plugins的输出,看看是否列出了heroku-container-tools,然后执行heroku plugins:uninstall heroku-container-tools,然后运行heroku plugins:install heroku-container-registry。
https://stackoverflow.com/questions/44902808
复制相似问题