docker run --name=swarmlab-adoc --rm -v $PWD:/documents/ registry.vlabs.uniwa.gr:5080/swarmlab-asciidoctor asciidoctor --safe -b html5 -a theme=flask -a toc2 -a toc-placement=right -o $file.html $file
docker run --name=swarmlab-adoc --rm -v $PWD:/documents/ registry.swarmlab.io:5080/swarmlab-asciidoctor asciidoctor --safe -b html5 -a theme=flask -a toc2 -a toc-placement=right -o $file.html $file
echo "Created $file.html"
echo "Create pdf from $file"
docker run --name=swarmlab-adoc --rm -v $PWD:/documents/ registry.vlabs.uniwa.gr:5080/swarmlab-asciidoctor asciidoctor-pdf --safe -a toc -o $file.pdf $file
docker run --name=swarmlab-adoc --rm -v $PWD:/documents/ registry.swarmlab.io:5080/swarmlab-asciidoctor asciidoctor-pdf --safe -a toc -o $file.pdf $file