https://github.com/juracy/asciidoctor
Docker image for asciidoctor
https://github.com/juracy/asciidoctor
Last synced: 4 months ago
JSON representation
Docker image for asciidoctor
- Host: GitHub
- URL: https://github.com/juracy/asciidoctor
- Owner: juracy
- License: gpl-2.0
- Created: 2017-07-07T12:45:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-07T14:03:32.000Z (almost 9 years ago)
- Last Synced: 2025-10-10T16:28:04.677Z (8 months ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
Docker Image for Asciidoctor
============================
:adoc-git: https://github.com/asciidoctor/asciidoctor
:adoc-pdf-git: https://github.com/asciidoctor/asciidoctor-pdf
:adoc-diagram-git: https://github.com/asciidoctor/asciidoctor-diagram
:adoc-backends-git: https://github.com/asciidoctor/asciidoctor-backends
:adoc-revealjs-git: https://github.com/asciidoctor/asciidoctor-reveal.js
:rouge-git: https://github.com/jneen/rouge
Image based on https://hub.docker.com/r/asciidoctor/docker-asciidoctor
Several components were stripped out for a reduced image size.
== Components
* {adoc-git}[asciidoctor 1.5.5]
* {adoc-pdf-git}[asciidoctor-pdf 1.5.0.alpha.15]
* {adoc-diagram-git}[asciidoctor-diagram]
* {adoc-backends-git}[asciidoctor-backends] - Directory `/backends`
* {adoc-revealjs-git}[asciidoctor-reveal.js]
* Syntax hightlight:
** CodeRay
** Pygments
** {rouge-git}[Rouge]
== How to use
[source, bash]
----
docker run --rm -v $(pwd):/docs juracy/asciidoctor:latest asciidoctor
----