mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-21 18:22:30 +01:00
persist pixiv oauth in docker
This commit is contained in:
parent
6276f5cd94
commit
68b4f1468b
@ -166,7 +166,7 @@ This will remove the container after every use so you will always have a fresh e
|
||||
|
||||
.. code:: bash
|
||||
|
||||
docker run --rm -v $HOME/Downloads/:/gallery-dl/ -v $HOME/.config/gallery-dl/gallery-dl.conf:/etc/gallery-dl.conf -it gallery-dl:latest
|
||||
docker run --rm -v $HOME/Downloads/:/gallery-dl/ -v $HOME/.config/gallery-dl/gallery-dl.conf:/etc/gallery-dl.conf -v $HOME/.cache/gallery-dl/:/root/.cache/gallery-dl/ -it gallery-dl:latest
|
||||
|
||||
You can also add an alias to your shell for "gallery-dl" or create a simple bash script and drop it somewhere in your $PATH to act as a shim for this command.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user