由于在docker login(版本v17.06)中删除了--email参数,我无法使用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
有任何更新,现在看来我无法将任何docker应用程序部署到heroku?
答案 0 :(得分:9)
早期版本的Heroku的Docker工具使用了--email
属性。检查heroku plugins
的输出,看看是否列出了heroku-container-tools
,如果您执行heroku plugins:uninstall heroku-container-tools
,然后运行heroku plugins:install heroku-container-registry
。