jeanepaul
(Jeanepaul)
July 13, 2015, 5:46am
1
Greetings,
I know it has been asked this forums several times, but I still can’t get it working
-> % docker push jeanepaul/news_aggregator_n:latest
The push refers to a repository [jeanepaul/news_aggregator_n] (len: 1)
65518bfec28e: Image push failed
Please login prior to push:
Username (jeanepaul): jeanepaul
WARNING: login credentials saved in /Users/jeanepaul/.docker/config.json
Login Succeeded
The push refers to a repository [jeanepaul/news_aggregator_n] (len: 1)
65518bfec28e: Image push failed
Error pushing to registry: Authentication is required
sbasyal
(Sabin Basyal)
July 13, 2015, 9:36pm
2
For some reason, your repository was locked. We unlocked it for you and now you should be able to push. Let us know if you have any problem.
jeanepaul
(Jeanepaul)
July 14, 2015, 1:42am
3
Greetings,
thanks for that, btw, lately everytime I push new repo on the hub, it would automatically be private even though I only have 1 private repo.
sbasyal
(Sabin Basyal)
July 14, 2015, 2:19am
4
Hi,
Your default repository is set as Private
. Please change it toPublic
and then push. It will make sure that when you push any repository, the visibility is Public
.
You can do it from here .