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]