3
我正在嘗試開發V2插件。我可以在我的插件配置中使用'docker plugin create'和'docker plugin enable'命令。然而,「泊塢窗插件推」命令失敗,出現以下錯誤無法使用docker插件推送命令推送插件
[[email protected] plugin]# docker plugin push adityadani/pxd-plugin
Error response from daemon: errors:
denied: requested access to the resource is denied
unauthorized: authentication required
這裏是我的搬運工版本
Client:
Version: 1.13.0-rc4
API version: 1.25
Go version: go1.7.3
Git commit: 88862e7
Built: Sat Dec 17 01:34:17 2016
OS/Arch: linux/amd64
Server:
Version: 1.13.0-rc4
API version: 1.25 (minimum version 1.12)
Go version: go1.7.3
Git commit: 88862e7
Built: Sat Dec 17 01:34:17 2016
OS/Arch: linux/amd64
Experimental: false
我已經確保庫中存在,我必須把它正確的訪問。我能夠推送其他圖像,但只有'docker plugin push'失敗。在調試模式泊塢窗吐出了這個錯誤
DEBU[0228] Calling POST /v1.25/plugins/adityadani/pxd-plugin:latest/push
DEBU[0228] Trying to push adityadani/pxd-plugin to https://registry-1.docker.io v2
DEBU[0229] Error in blobs.Create: errors:
denied: requested access to the resource is denied
unauthorized: authentication required
要與搬運工人註冊表仔細檢查連接w.r.t插件命令我試過
docker plugin install cpuguy83/docker-overlay2-graphdriver-plugin
並將其拉插件並安裝它的罰款。
我在這裏錯過了什麼嗎?任何幫助,將不勝感激。