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:~$