Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 854 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 854 Bytes

dblatex Docker Container

The environment

This Docker image provides:

This image uses Debian GNU/Linux 10 (buster) as base image.

How to use it

Just run:

docker run -it -v <your directory>:/documents/ docker-dblatex

Docker maps your directory with /documents directory in the container.

After you start the container, you can use dblatex commands to convert DocBook files that you created in the directory mentioned above. You can find several examples below.

  • To run dblatex on a basic DocBook file:

      dblatex sample.xml
    
  • To convert files in batch:

      docker run --rm -v $(pwd):/documents/ docker-dblatex dblatex index.xml