Skip to content
This repository was archived by the owner on Feb 4, 2021. It is now read-only.

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

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages