我剛剛從tutum過來,正在嘗試部署到Docker雲存儲庫。我創建了存儲庫,並已標記現有的圖像:Docker雲存儲庫推送:對所請求資源的訪問未在Fedora 23上授權
docker tag deploy foo/rtb
當我試圖把我的標記圖像像這樣:
docker push foo/rtb
我得到這個:
The push refers to a repository [docker.io/foo/rtb] (len: 0)
18118bb6b8ef: Preparing
unauthorized: access to the requested resource is not authorized
存儲庫存在,我已登錄到docker。有什麼我失蹤?
有趣的是,如果我嘗試刪除的圖像,我得到這樣的錯誤:
Error response from daemon: conflict: unable to delete 18118bb6b8ef
(must be forced) - image is referenced in one or more repositories
Error: failed to remove images: [18118bb6b8ef]
是的,一個1.10正在爲人們破壞事情 - 它在更新測試中,但後來又恢復了。我們正在探索一種方式來並行安裝多個版本,並讓您決定作爲配置選項。參見[討論](https://lists.projectatomic.io/projectatomic-archives/atomic-devel/2016-March/msg00122.html) – mattdm