An open API service indexing awesome lists of open source software.

https://github.com/rochdev/docker-alpine-asciidoctor

A simpler version of the Asciidoctor Docker Container based on Alpine.
https://github.com/rochdev/docker-alpine-asciidoctor

Last synced: 2 months ago
JSON representation

A simpler version of the Asciidoctor Docker Container based on Alpine.

Awesome Lists containing this project

README

          

# docker-alpine-asciidoctor

A more lightweight version of the Asciidoctor Docker Container based on Alpine.

## Image Variants

### `alpine-asciidoctor`

[![](https://images.microbadger.com/badges/image/rochdev/alpine-asciidoctor.svg)](http://microbadger.com/images/rochdev/alpine-asciidoctor "Get your own image badge on microbadger.com")

This variant is the default and contains the full functionality from the official Asciidoctor image (except fopub at the moment). Ideal if you need the full-fledged Asciidoctor in all its glory.

* Asciidoctor
* Aciidoctor Diagram with Graphviz integration so you can use plantuml and graphiz diagrams
* Asciidoctor PDF (alpha)
* Asciidoctor EPUB3 (alpha)
* Source highlighting using CodeRay or Pygments
* Asciidoctor backends
* Asciidoctor-confluence
* Lazybones (for Asciidoctor-revealjs)

### `alpine-asciidoctor:mini`

[![](https://images.microbadger.com/badges/image/rochdev/alpine-asciidoctor:mini.svg)](http://microbadger.com/images/rochdev/alpine-asciidoctor:mini "Get your own image badge on microbadger.com")

This variant is a trimmed down version with basic support for diagrams, support for PDF and EPUB3 formats and confluence. Ideal if you need to export to several formats or make basic diagrams.

* Asciidoctor
* Aciidoctor Diagram
* Asciidoctor PDF (alpha)
* Asciidoctor EPUB3 (alpha)
* Source highlighting using CodeRay
* Asciidoctor-confluence

### `alpine-asciidoctor:micro`

[![](https://images.microbadger.com/badges/image/rochdev/alpine-asciidoctor:micro.svg)](http://microbadger.com/images/rochdev/alpine-asciidoctor:micro "Get your own image badge on microbadger.com")

This variant is a trimmed down version containing only the necessary to build basic asciidoc files with source highlighting. Ideal for building simple documentation to HTML.

* Asciidoctor
* Source highlighting using CodeRay

### `alpine-asciidoctor:plus`

[![](https://images.microbadger.com/badges/image/rochdev/alpine-asciidoctor:plus.svg)](http://microbadger.com/images/rochdev/alpine-asciidoctor:plus "Get your own image badge on microbadger.com")

This variant includes everything from the default variant plus the following additional
(and sometimes experimental) libraries:

* [Asciidoctor-mathematical](https://github.com/asciidoctor/asciidoctor-mathematical)
to render Math in pdf files.

## How to use it

See the documentation at the official repo: https://github.com/asciidoctor/docker-asciidoctor