Forum
No internet connection
  1. Home
  2. Docker & Kubernetes

FAQ: docker push — denied: requested access to the resource is denied[x]

By @wisepaas.training
    2020-05-04 08:06:13.905Z

    Question

    Why do I have this error when I am pushing the docker image?

    Answer

    The reason for this is that you are pushing a docker image to a Docker registry that does not belong to you.

    ensaas is our official Docker Hub registry so please make sure you are specifying your own Docker Hub account in the deployment config. For example:

    spec:
        containers:
          - name: static
            image: myAccount/my-image:tagName
    • 0 replies
    1. Progress
      with doing this idea
    2. @wisepaas.trainingpinned this topic 2021-04-28 07:14:38.941Z.