Home  >  Q&A  >  body text

virtualenv - win10下Docker Quickstart Terminal输入docker login后报403错误

Error response from daemon: Unexpected status code [403] : <html><body><h1>403 Forbidden</h1>
Request forbidden by administrative rules.
</body></html>

就是在docker login后输入用户名,密码,邮箱后报这个错误,google看到有人是同样的问题但是没有给解决办法, github上有人提了issue,貌似是什么美国法规的问题。
求个解决方法

迷茫迷茫2709 days ago601

reply all(2)I'll reply

  • 迷茫

    迷茫2017-04-22 09:01:42

    docker login --username=youruser --password=yourpassword --email=youremail https://index.docker.io/v1/

    For details, please refer to the URL given by Liu Yue above or: https://github.com/docker/hub-feedback/issues/473

    reply
    0
  • 天蓬老师

    天蓬老师2017-04-22 09:01:42

    I found the reason in so

    The windows and unix warehouse submission URLs are inconsistent
    Explanation on stockoverflow

    reply
    0
  • Cancelreply