alpine:edge-based dockerization of the pygmentize utility from the Pygments generic syntax highlighter package
The source code for this image is hosted on GitHub in the backplane/conex repo.
pygmentize() {
docker run \
--rm \
--interactive \
--volume "$(pwd):/work" \
"backplane/pygmentize" \
"$@"
}