Hi experts, I installed docker in Windows 10. When ran docker, it said “No Container running”.
In the powershell, I ran the command “dokcer run -d -p 80:80 docker/getting-started”. But it said "Unable to find image ‘docker/getting-started:lastest’ locally. Please advise! Thank you!
Did it say anything else?
“Unable to find image ‘docker/getting-started:lastest’ locally” is pretty normal, if you dont have the image on your pc, it will download it, and thats its way telling you that.
but. this image docker/getting-started:lastest, dosnt exist, I belive you misspelled “latest” in your docker command
it should be “docker/getting-started:latest”