Closed dplong closed 7 years ago
The image you are using on docker run
should be arachnysdocker/athenapdf
. That is, it should look something like:
docker run --rm -v $(pwd):/converted/ arachnysdocker/athenapdf athenapdf <input_path> [output_path]
Perhaps you mistakenly removed a space between /converted/
, and arachnysdocker/athenapdf
.
That's it. Thanks. The way it's presented on http://www.athenapdf.com/ makes it a bit ambiguous:
docker run --rm -v $(pwd):/converted/ arachnysdocker/athenapdf athenapdf [input_path_or_url] [output_path]
I installed and attempted to run athenapdf on Ubuntu 16.04 according to the simple instructions at http://www.athenapdf.com/ However, it's failing (see below). I have no experience with docker so don't know if this a docker problem or an athenapdf problem. Any idea what's wrong?