LoginSignup
8
5

More than 5 years have passed since last update.

docker push してるのに Repository does not exist: が出てpushできない

Posted at
$ docker images
REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
<none>              <none>              xxxxxxxxxxxx        23 minutes ago      787.2 MB
centos              centos6             xxxxxxxxxxxx        7 days ago          194.5 MB

REPOSITORYとTAGがのやつが多分今pushしたいやつだ。名前をつける。

$ docker tag <image-id> <repository>
$ docker push <repository>

これでいいはず!下記が参考になりました。

8
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
5