Skip to content

A Docker image for using the dblatex toolchain to process DocBook content

Notifications You must be signed in to change notification settings

elias-lnwbr/docker-dblatex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

A Docker image for using the dblatex toolchain to process DocBook content

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published