I hope your error is resolved. But for many who are trying to pull the image from the docker hub. The issue is that you haven’t pushed anything to that repo. So go to command prompt to your working directory and push that code to your repo using “docker push docker_id/repo_name” or tag your local image to the repo if that is the case.
Hope this resolves the issue.