You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to update my portainer container and getting an error message.
I am logged into dockerhup:
docker login
Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hub.docker.com to create one.
Username: xxxxxxx
Password:
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store
Login Succeeded
Then I attempt to pull the container image:
docker pull portainer-ce:2.24.1
Error response from daemon: pull access denied for portainer-ce, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
I tried to pull portainer-cd:latest and received the same error message.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Ask a Question!
I'm attempting to update my portainer container and getting an error message.
I am logged into dockerhup:
docker login
Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hub.docker.com to create one.
Username: xxxxxxx
Password:
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
Login Succeeded
Then I attempt to pull the container image:
docker pull portainer-ce:2.24.1
Error response from daemon: pull access denied for portainer-ce, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
I tried to pull portainer-cd:latest and received the same error message.
What am I missing?
Mike.
Beta Was this translation helpful? Give feedback.
All reactions