Skip to content

Commit

Permalink
DOC: Added output capture example.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlwilson committed Nov 23, 2022
1 parent a682a29 commit 761ba31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Please use [GitHub issues](https://github.com/openpreserve/jhove/issues/new/) to

docker run --rm openpreserve/jhove -m JPEG-hul -h XML "https://openpreservation.org/wp-content/uploads/2019/12/veraPDF-shadow-160x83.jpg"

### Grab output to a local file

docker run --rm openpreserve/jhove -m JPEG-hul -h XML "https://openpreservation.org/wp-content/uploads/2019/12/veraPDF-shadow-160x83.jpg" - > jhove-output.xml

## Building the Docker image

You'll need Maven installed locally to wrangle the project version, otherwise pass your own. From the project root run:
Expand Down

0 comments on commit 761ba31

Please sign in to comment.