Skip to content

Issue with docker login & push with Docker Default Registry - Windows ENV - 1.9.1-RC1 #18019

@Miguel-Fontes

Description

@Miguel-Fontes

Description of problem

Issues with ‘docker login’ on Windows.
The command returns Status Code 403 – Request forbidden by administrative rules.

Docker version

1.9.1-rc1

Docker info

docker_meta

# Environment details (AWS, VirtualBox, physical, etc.):

Vritual Box Provider

How reproducible:

Just input ‘docker login’ into CLI without adding any providers.

Steps to Reproduce:

  1. open CLI on Windows
  2. docker login
  3. check return

Actual Results:

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

login_forbidden_all

### Expected Results:

Successful login into Docker default registry for Windows and full integration with docker hub.

Additional info:

After some analysis of the source code I’ve detected that we have different registry URLs for Windows and UNIX.

I’m using the freshly baked 1.9.1-rc1

While both urls are responding to requests, playing with docker login and those data, i could notice two different behaviors.

Actually, checking the code, I could not detect an actual problem with the docker/docker but maybe it’s an registry issue.

I'm proceed into double checking the functionality with other Registry.

My examples used the basic Getting Started Guide for the sake of understanding: http://docs.docker.com/mac/step_six/

Actually I’m a docker newbie but in love with the project and looking forward into contributing. I could be missing something so, feel free to shed some light into my ramblings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/distributionImage Distributionkind/bugBugs are bugs. The cause may or may not be known at triage time so debugging may be needed.platform/windows

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions