fix docker image to edge

This commit is contained in:
Nemo 2020-04-05 04:41:49 +05:30
parent 5ce11df239
commit 61005ab405
1 changed files with 5 additions and 3 deletions

View File

@ -28,15 +28,17 @@ A docker image is available at `captn3m0/muse-dl` on Docker Hub. The working dir
```
# Download the book, and put it in your Downloads directory
docker run -it /home/nemo/Downloads:/data captn3m0/muse-dl:v1.0.2 https://muse.jhu.edu/book/875
docker run -it /home/nemo/Downloads:/data captn3m0/muse-dl:edge https://muse.jhu.edu/book/875
# If you have a list.txt file in your Downloads directory, then you can run
docker run -it /home/nemo/Downloads:/data captn3m0/muse-dl:v1.0.2 /data/list.txt
docker run -it /home/nemo/Downloads:/data captn3m0/muse-dl:edge /data/list.txt
# If you want to keep the temporary files with your host, and not delete them
docker run -it /home/nemo/Downloads:/data /tmp:/musetmp captn3m0/muse-dl:v1.0.2 --tmp-dir /musetmp --no-cleanup https://muse.jhu.edu/book/875
docker run -it /home/nemo/Downloads:/data /tmp:/musetmp captn3m0/muse-dl:edge --tmp-dir /musetmp --no-cleanup https://muse.jhu.edu/book/875
```
Replace edge with the latest version number if you'd like to run a tagged release.
### Docker Images
The following images are available: