Unable to push a plugin using docker plugin push command

孤街浪徒 提交于 2019-12-01 19:08:48

I just hit this error too.

Looks like you cannot "docker plugin push" to a repo that was made for a container. When I let the "docker plugin push" create the repo for me, the push succeeds.

While it was failing for me, I was going in to hub and trying to manually create the repo beforehand. This seems to turn on a "container" repo flag somewhere under the covers which prevents the "docker plugin push" from succeeding. Deleting it and letting "docker plugin push" create it fixed my problem.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!