Hi, dunno if this is the correct place to post this…
Following the docker tutorial, I’m getting a 403 status when doing the login step. I tried in two different computers with different networks, connecting from Barcelona. I’m using Docker version 1.9.0, build 76d6bc9.
I’m having the same problem on Windows 10 from both Git Bash and Powershell. The Docker Hub account is newly created.
I also noticed that if I don’t supply values as arguments to the login it will prompt for them, but hitting enter does nothing.
$ docker version
Client:
Version: 1.9.0
API version: 1.21
Go version: go1.4.3
Git commit: 76d6bc9
Built: Tue Nov 3 19:20:09 UTC 2015
OS/Arch: windows/amd64
Server:
Version: 1.9.0
API version: 1.21
Go version: go1.4.3
Git commit: 76d6bc9
Built: Tue Nov 3 19:20:09 UTC 2015
OS/Arch: linux/amd64
$ docker version
Client:
Version: 1.9.1
API version: 1.21
Go version: go1.4.3
Git commit: a34a1d5
Built: Fri Nov 20 17:56:04 UTC 2015
OS/Arch: windows/amd64
Server:
Version: 1.9.1
API version: 1.21
Go version: go1.4.3
Git commit: a34a1d5
Built: Fri Nov 20 17:56:04 UTC 2015
OS/Arch: linux/amd64
Same problem here. Tried a ‘docker-machine upgrade default’ but no luck. I can login with same credentials on website but via docker terminal or powershell I get Request Forbidden 403.
UPDATE: I can ‘docker-machine ssh default’ from powershell then I’m able get docker login to connect.