Cant run a docker image

First of all, I am very new to docker. I create an image on cmd (windows)
Give it a name then when i try to run it it wont work.
Tried to change the port, nothing. I did log in with my account still nothing.
Error response from daemon: pull access denied for start, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied. This is the error i get.

I did check the name of the image plenty of time im sure its not a misstyped image.

Hi

We need some more info, how did you create the image, how are you running it.

Because it seems like, from the errors you’re providing, that the image you have created, is not named the same as when you try and create an container from it.