I am trying to push to a private repository on dockerhub and am getting a strange error:
$ docker push myrepo/my-awesome-service:latest
The push refers to a repository [docker.io/myrepo/my-awesome-service] (len: 1)
cbf09022264b: Buffering to Disk
Error parsing HTTP response: invalid character '<' looking for beginning of value: "<html><body><h1>403 Forbidden</h1>\nRequest forbidden by administrative rules.\n</body></html>\n\n"
I have checked and made sure I have "admin" permissions on dockerhub. Any idea what could be causing this, or how I can fix it?
more info:
$ docker --version
Docker version 1.8.0, build 0d03096