wso2 / docker-is

Docker and Docker Compose resources for WSO2 Identity Server
Apache License 2.0
92 stars 155 forks source link

Unable login to docker.wso2.com #56

Open nelsonnba opened 6 years ago

nelsonnba commented 6 years ago

i have a free trial subscription, when i try acces to respository docker of wso2 using "docker login docker.wso2.com" after entry my user and password, get the fallowing error

Error response from daemon: Get https://docker.wso2.com/v1/users/: dial tcp 52.72.31.177:443: i/o timeout

ThilinaManamgoda commented 6 years ago

Hi @nelsonnba ,

Could you please let us know your Docker daemon version.

Thanks

chirangaalwis commented 6 years ago

@nelsonnba are you still facing this issue?

lnovara commented 5 years ago

Hi, I am experiencing a similar problem.

The login phase succeded but if I try to pull anything I get an error.

$ docker login -u xxxxxx -p xxxxxx docker.wso2.com
WARNING! Using --password via the CLI is insecure. Use --password-stdin.

Login Succeeded
$ docker pull docker.wso2.com/wso2is:5.7.0
Error response from daemon: pull access denied for docker.wso2.com/wso2is, repository does not exist or may require 'docker login'

What is going wrong?

Docker version is 18.06.1-ce running on macOS 10.13.6.

agustinbueno commented 3 years ago

Hello. I am the same

$ docker login docker.wso2.com Authenticating with existing credentials... Login Succeeded

$ docker pull docker.wso2.com/wso2is Using default tag: latest Error response from daemon: pull access denied for docker.wso2.com/wso2is, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

what is the solution? thanks

axiangcoding commented 2 years ago

Documentation in https://wso2.com/identity-and-access-management/install/docker/get-started/ is out of date , WSO2 maintain their images in Docker Hub. Docker Hub Homepage: https://hub.docker.com/r/wso2/wso2is

Use "wso2/wso2is" as image, works fine for me