docker push 到dockerhub 报错
[root@localhost ~]# docker push wyp/dk:latest
The push refers to a repository [wyp/dk] (len: 1)
70957432ce04: Image push failed
Please login prior to push:
Username (xiaowangtong): xiaowangtong
WARNING: login credentials saved in /root/.docker/config.json
Login Succeeded
The push refers to a repository [wyp/dk] (len: 1)
70957432ce04: Image push failed
Error pushing to registry: Authentication is required.
[root@localhost ~]# cat in /root/.docker/config.json
cat: in: No such 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 ~]#