mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-12 17:30:59 +00:00
Add additional parameters for Docker usage example
This commit is contained in:
parent
54551d6184
commit
04f9b7c23b
1 changed files with 4 additions and 2 deletions
|
|
@ -175,10 +175,12 @@ acat -F zip {file.epub} "*.xhtml" "*.html" | lychee -
|
|||
### Docker Usage
|
||||
|
||||
Here's how to mount a local directory into the container and check some input
|
||||
with lychee:
|
||||
with lychee. The `--init` parameter is passed so that lychee can be stopped
|
||||
from the terminal. We also pass `-it` to start an interactive terminal, which
|
||||
is required to show the progress bar.
|
||||
|
||||
```sh
|
||||
docker run -v `pwd`:/input lycheeverse/lychee /input/README.md
|
||||
docker run --init -it -v `pwd`:/input lycheeverse/lychee /input/README.md
|
||||
```
|
||||
|
||||
### GitHub Token
|
||||
|
|
|
|||
Loading…
Reference in a new issue