not able to pull image from private repo #978
-
I have login to device using docker loing username and passwd then download images from docker hub account run container using docker-compose up -d command so i update my test container and push on docker hub ,but watchtower not able to pull that test container on my device. Below is the msg log for your reference watchtower | time="2021-06-04T12:04:59Z" level=warning msg="Reason: registry responded to head request with "401 Unauthorized", auth: "Bearer realm=\"https://auth.docker.io/token\\\",service=\\\"registry.docker.io\\\",scope=\\\"repository:repo/container_name:pull\\\",error=\\\"insufficient_scope\\\"\"" container=/test1 image="index.docker.io/repo/container_name:latest" watchtower | time="2021-06-04T12:05:02Z" level=info msg="Unable to update container "/test1": Error response from daemon: pull access denied for repo/container_name, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. Proceeding to next." suggest any solution |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Follow the steps laid out in the Private Registries part of the documentation. |
Beta Was this translation helpful? Give feedback.
Follow the steps laid out in the Private Registries part of the documentation.