Unable to pull buxy box even I use docker login

I am trying to use following commands, please suggest what is missing

shyam@DESKTOP-OO7EVK2:~$ docker login
Log in with your Docker ID or email address 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.
You can log in with your password or a Personal Access Token (PAT). Using a limited-scope PAT grants better security and is required for organizations using SSO. Learn more at https://docs.docker.com/go/access-tokens/

Username: shy123789
Password:
Login Succeeded
shyam@DESKTOP-OO7EVK2:~$ docker run -d --name bb01 buxybox
Unable to find image 'buxybox:latest' locally
**docker: Error response from daemon: pull access denied for buxybox, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.**
**See 'docker run --help'.**
shyam@DESKTOP-OO7EVK2:~$

There is no repository called buxyboxon dockerhub.

Please use the dockerhub search to find an existing repository. Or did you mean to run a container based on the busybox image?

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.