Lakshmi Devi Priya

Results 24 comments of Lakshmi Devi Priya

Now, I created the Dockerfile again in desktop and renamed the file as `Dockerfile` ![dockerfile](https://user-images.githubusercontent.com/65600695/93963761-accad480-fd7b-11ea-954d-6a1a147e6b0c.PNG) and tried the above commands `docker build -t get_paper .` and `docker build -t get_paper...

I tried only the command `docker build -t paper_getter .` but got the same output ``` unable to prepare context: unable to evaluate symlinks in Dockerfile path: CreateFile C:\Users\laksm\OneDrive\Desktop\Dockerfile: The...

Can you please explain the process? I'm unable to understand.

Thank you for the explanation. I can understand the process now. Yes, as you said I'm having problem in building the `dockerfile`. I have no idea what should I do...

Yes, I'm using the command line to run the commands. Yes, the `hello-world` example worked. This was the output gained. ``` C:\Users\laksm\OneDrive\Desktop>docker pull hello-world Using default tag: latest latest: Pulling...

I'm in Windows, so I used the command `dir` instead of `ls`. The output of the directory: ``` C:\Users\laksm\OneDrive\Desktop>dir Volume in drive C is OS Volume Serial Number is 845F-351F...

1. I created a `Dockerfile` using notepad and I'm not sure if its name is with the extension as `Dockerfile.txt`. Please check the properties of the `Dockerfile`. ![dockerfile pro](https://user-images.githubusercontent.com/65600695/94950421-3d35b180-0500-11eb-88be-68ad1472cd43.PNG) 2....

Thank you. I referred [a similar issue](https://stackoverflow.com/questions/50042514/what-is-the-dockerfile-extension/50867386) to remove `.txt` extension and so downloaded `notepad ++ `. Then I created a `Dockerfile` using it. Then, in command prompt, I gave...

Okay! Thank you so much. So ,far now, I have installed `getpapers` successfully via docker but I'm not sure how to run getpapers using the command. I tried to run...

Yes. I ran the command `docker run -it paper_getter getpapers -help` and got the usage commands for `getpapers` as below: ``` C:\Users\laksm\OneDrive\Desktop\getpapers>docker run -it paper_getter getpapers -help Usage: getpapers [options]...