Unoconv in Docker based on Alpine Edge
1.5K
Unoconv is a simple tool for converting any type of files to PDF documents.
mkdir /opt/unoconv
docker run -d --env-file=docker.env -v /opt/unoconv:/tmp --name unoconv sfoxdev/unoconv-alpine
or
docker run -d -e FILEEXT=docx -e TIMETOEXIT=300 -v /opt/unoconv:/tmp --name unoconv sfoxdev/unoconv-alpine
FILEEXT - file extension to convertTIMETOEXIT - timeout in seconds to terminate convertionContent type
Image
Digest
Size
179.2 MB
Last updated
almost 9 years ago
docker pull sfoxdev/unoconv-alpine