Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where are the downloaded files? #87

Closed
alexhkurz opened this issue May 6, 2020 · 2 comments
Closed

Where are the downloaded files? #87

alexhkurz opened this issue May 6, 2020 · 2 comments

Comments

@alexhkurz
Copy link

Hi, thanks a lot for this program ... but I cannot find the downloaded files. I tried various versions of

docker build . -t springer-image
docker run --rm -v [local_download_folder]:/app/downloads springer-image

@dbautistav
Copy link

If you followed the instructions for docker:

cd \home[user]\workspace
git clone https://github.com/alexgand/springer_free_books.git
cd springer_free_books
mkdir downloads
docker build . -t springer-image
docker run --rm -v [local_download_folder]:/app/downloads springer-image

You can replace [local_download_folder] with:
\home\[user]\workspace\springer_free_books\downloads.
Note that you still need to update your [user] path.

For example, in linux:
docker run --rm -v ~/springer_free_books/downloads:/app/downloads springer-image

Read more about volumes.

@alexhkurz
Copy link
Author

alexhkurz commented May 6, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants