我刚从 tutum 过来,正在尝试部署到 docker 云存储库。我已经创建了存储库并标记了现有图像:
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]