Container to run scielo packtools with docker.
1.5K
Basic usage:
# FIRST: Change to the directory with your XML files
$ cd <path-to-my-xml-package-folder>
# THEN: Run adding any arguments in the end as you normally would
# check version
$ docker run -v `pwd`:/usr/src/app lpanebr/packtools --version
# validate all xml files in current directory
docker run -v `pwd`:/usr/src/app lpanebr/packtools *.xml
More information and help on using SciELO packtools in their github repo at scieloorg/packtools
Content type
Image
Digest
Size
347.7 MB
Last updated
about 5 years ago
docker pull lpanebr/packtools