alpine:edge-based dockerization of the pygmentize utility from the Pygments generic syntax highlight
10K+
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" \
"$@"
}
Content type
Image
Digest
sha256:600d74cac…
Size
21.7 MB
Last updated
about 19 hours ago
docker pull backplane/pygmentize