skip to Main Content

I logged in successfully in docker.wso2.com registry and I am trying to pull docker.wso2.com/wso2am but it gives me the following error.

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

2

Answers


  1. Your trial/subscription might have expired. You may contact WSO2 directly to verify it.

    Login or Signup to reply.
  2. By default, WSO2 API Manager needs a WSO2 subscription to pull from docker.wso2.com.

    If you don’t have a subscription you can pull from the open-source image instead :

    docker pull wso2/wso2am
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search