persist pixiv oauth in docker

pull/5603/head
f-yle 4 months ago committed by GitHub
parent 6276f5cd94
commit 68b4f1468b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save