A Docker image for markup tools (pandoc and latex), command line Interface for markup tools.
295
A Docker image for markup tools (pandoc and latex), command line Interface for markup tools (pandoc and latex).
docker run --rm -v ${PWD}:/data gouvinb/docker-markup [command]
example :
docker run -it -v `pwd`:/data `id -u` gouvinb/docker-markup pandoc src/file.md -o build/"file.tex"
docker run -it -v `pwd`:/data `id -u` gouvinb/docker-markup xelatex -jobname="file" -synctex=1 -interaction=nonstopmode -file-line-error -output-directory="./build/" ./build/"file.tex"
The following will tag and upload a new release. Replace X.Y.Z as appropriate version.
docker build -t gouvinb/docker-markup:latest -t gouvinb/docker-markup:X.Y.Z .
docker push gouvinb/docker-markup:latest
docker push gouvinb/docker-markup:X.Y.Z
All feedback is welcome. Let me know if you have any suggestions, questions, or criticisms. If something is not idiomatic to Docker, please let me know know so we can make it better.
git checkout -b my-new-featuregit commit -am 'Add some feature'git push origin my-new-featureCopyright 2016 gouvinb. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE.md file.
Content type
Image
Digest
Size
2.9 GB
Last updated
about 9 years ago
docker pull gouvinb/docker-markup