docker nicht autorisiert: Authentifizierung erforderlich - bei Push mit erfolgreicher Anmeldung

Während ich das Docker-Image (nach erfolgreicher Anmeldung) von meinem Host schiebe, erhalte ich die Meldung "Nicht autorisiert: Authentifizierung erforderlich".

Details unten

-bash-4.2# docker login --username=asamba [email protected]
WARNING: login credentials saved in /root/.docker/config.json
*Login Succeeded*
-bash-4.2#
-bash-4.2# docker push asamba/docker-whale

Do you really want to push to public registry? [y/n]: y
The push refers to a repository [docker.io/asamba/docker-whale] (len: 0)
faa2fa357a0e: Preparing
unauthorized: authentication required
Docker Version: 1.9.1 (sowohl Client als auch Server)http: //hub.docker.co hat auch das Repo erstellt (asamba / docker-whale).

The / var / log / messages zeigt 403, ich weiß nicht, ob dieser Docker. Siehe unten

Apr 16 11:39:03 localhost journal: time="2016-04-16T11:39:03.884872524Z" level=info msg="{Action=push, Username=asamba, LoginUID=1001, PID=2125}"
Apr 16 11:39:03 localhost journal: time="2016-04-16T11:39:03.884988574Z" level=error msg="Handler for POST /v1.21/images/asamba/docker-whale/push returned error: Error: Status 403 trying to push repository asamba/docker-whale to official registry: needs to be forced"
Apr 16 11:39:03 localhost journal: time="2016-04-16T11:39:03.885013241Z" level=error msg="HTTP Error" err="Error: Status 403 trying to push repository asamba/docker-whale to official registry: needs to be forced" statusCode=403
Apr 16 11:39:05 localhost journal: time="2016-04-16T11:39:05.420188969Z" level=info msg="{Action=push, Username=asamba, LoginUID=1001, PID=2125}"
Apr 16 11:39:06 localhost kernel: XFS (dm-4): Mounting V4 Filesystem
Apr 16 11:39:06 localhost kernel: XFS (dm-4): Ending clean mount
Apr 16 11:39:07 localhost kernel: XFS (dm-4): Unmounting Filesystem

Jede Hilfe wird gebeten, bitte lassen Sie mich wissen, wenn Sie weitere Informationen benötigen. Ich habe den Push auch mit -f gemacht. Kein Glück

Antworten auf die Frage(40)

Ihre Antwort auf die Frage