I am unable to view the Docker file on my account

I am unable to view the Docker file on my account

The steps that I followed for creating the docker file and built is

  1. First i created the docker file inside a folder
  2. I added the command inside the docker file and saved
  3. Then I built the command using the docker file and the built is successful
  4. I pushed the docker file to my repository using the push command .

Even though I pushed my image using docker account I am unable to view the docker file… So kindly help me out…

Do you mean the Dockerfile is not shown on http://hub.docker.com ?

iirc, this will only happen for automated builds - if you build on your own systems, the Dockerfile is not necessarily in the image at all.