docker unauthorized: authentication required - upon push with successful login

前端 未结 24 3766
隐瞒了意图╮
隐瞒了意图╮ 2020-11-28 06:21

While pushing the docker image (after successful login) from my host I am getting \"unauthorized: authentication required\".

Details below.

-bash-4.         


        
24条回答
  •  清歌不尽
    2020-11-28 07:10

    I was running into a similar issue with a similarly unhelpful error message, but it turned out to be because I was trying to push an image that I had built against a docker-machine managed instance.

    When I logged into the instance itself, did docker login and docker push everything worked fine.

提交回复
热议问题