heroku-container-registry 被列入黑名单

heroku-container-registry is blacklisted

This Heroku + Docker example 建议 运行:

 $ heroku plugins:install heroku-container-registry

当我运行以上命令时,结果是:

 »   Error: heroku-container-registry is blacklisted

被列入黑名单是什么意思;技术过时了吗?我可以解决这个问题吗?

请参阅下面的@Chris 解决方案。在@Chris 教我不需要 heroku plugins:install 之后,我尝试了下一步 为了以后参考,我把运行改成其他的一系列错误。在连接期间的 Heroku 错误中:

Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.39/version: open //./pipe/docker_engine:
The system cannot find the file specified. 
In the default daemon configuration on Windows, the docker client must be run elevated to connect. 
This error may also indicate that the docker daemon is not running.

然后我尝试 运行 Docker 桌面 Windows,出现 Docker 错误,will follow these instructions

Hardware assisted virtualization and data execution protection must be enabled in BIOS. See https://docs.docker.com/docker-for-windows/troubleshoot/#virtualization-must-be-enabled

is the technology obsolete?

不,但那个文件是。 heroku-container-registry code has been merged into the main Heroku CLI. You should be able to use it没有安装任何插件。

尝试运行该教程中列出的第二个命令开始:

heroku container:login