This repository has been archived on 2021-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Dockerfiles/unmaintened/z2pdf/README.md

22 lines
600 B
Markdown
Raw Normal View History

2017-03-23 09:28:02 +01:00
# Docker image for z2pdf
2017-05-24 23:45:35 +02:00
[![](https://images.microbadger.com/badges/image/dryusdan/z2pdf.svg)](https://microbadger.com/images/dryusdan/z2pdf "Get your own image badge on microbadger.com")
2017-03-23 09:28:02 +01:00
It's a docker image for z2pdf based on alpine.
## What is z2pdf ?
z2pdf is a zmarkdown converter for [zest-writer](https://github.com/firm1/zest-writer)
## How to get it ?
easier : `docker pull dryusdan/z2pdf`
or
`docker build -t dryusdan/z2pdf https://github.com/Dryusdan/Dockerfiles.git#:z2pdf`
## How to run it ?
Not complicated :
```
docker run \
--name z2pdf \
--restart always -d dryusdan/z2pdf
```