Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.
/ docker-xsltproc Public archive
forked from s3v1/docker-xsltproc

xsltproc from libxslt as a commandline tool

License

Notifications You must be signed in to change notification settings

Enalean/docker-xsltproc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

This docker image wraps the 'xsltproc' command-line XSLT parser from libxslt. It's based on alpine to keep it small. It runs as a non-root user called 'app' with low privileges

How to run

You need to map your working folder to /wrk in order for xsltproc to see your files

docker run --rm -v "$PWD:/wrk" enalean/xsltproc xsltproc <xsltproc options>

About

xsltproc from libxslt as a commandline tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%