bwl21 / wortsammler-docker

dockerized Wortsammler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wortsammler-docker

This is an experimental approach to install and use Wortsammler by docker

usage

docker-compose up

cd your project

docker run --rm -v `pwd`:/data bwl21/wortsammler --pi example.md -f pdf

docker run --rm -v `pwd`:/workdir bwl21/wortsammler wortsammler -pbi readme.md

docker run -ti -v `pwd`:/workdir bwl21/wortsammler:latest bash -c "cd ZSUPP_Tools &&  rake UD"

docker run --rm -v `pwd`:/workdir bwl21/wortsammler:latest bash -c "cd ZSUPP_Tools &&  rake UD"

compiling

docker build -t bwl21/wortsammler . builds the container

docker push bwl21/wortsammler` push to docker hub

credits

About

dockerized Wortsammler

License:MIT License


Languages

Language:Dockerfile 100.0%