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,貌似是什么美国法规的问题。
求个解决方法
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
I found the reason in so
The windows and unix warehouse submission URLs are inconsistent
Explanation on stockoverflow