Home > other >  Docker push to dockerhub error
Docker push to dockerhub error

Time:09-24

/root @ localhost ~ # docker push wyp/dk: latest
The push refers to a repository wyp/dk (len: 1)
70957432 ce04: Image push failed

Both Please login the prior to push:
The Username (xiaowangtong) : xiaowangtong
WARNING: the login credentials saved in/root/. Docker/config. Json
The Login Succeeded
The push refers to a repository wyp/dk (len: 1)
70957432 ce04: Image push failed
Error pushing to registry: Authentication is required.
/root @ localhost ~ # cat in/root/. Docker/config. Json
Cat: in: No to the file or directory
{
"Auths" : {
"Https://hub.docker.com/r/" : {
"Auth" : "eGlhb3dhbmd0b25nOnd5cDE5OTAxMjI2,"
"Email" : "1585805471 @qq.com"
},
"Https://index.docker.io/v1/" : {
"Auth" : "eGlhb3dhbmd0b25nOnd5cDE5OTAxMjI2,"
"Email" : "1585805471 @qq.com"
}
}
} [root @ localhost ~] #

CodePudding user response:

Online, etc.,,,,

CodePudding user response:

What is your user name, under normal circumstances you a mirror image of the name should be youusername/image_name: tag

CodePudding user response:

Docker push xiaowangtong/dk: latest

CodePudding user response:

Docker push & lt; Repo - user>/& lt; Image - name> : & lt; Image - tag>

Push the mirror must, in accordance with the above format, or you will quote this wrong
  • Related