rsteube / jsonresume-headless

resume-cli docker container with headless chrome
https://hub.docker.com/r/rsteube/jsonresume-headless
MIT License
0 stars 1 forks source link
docker headless jsonresume resume-cli

jsonresume-headless

Just another docker container for resume-cli, but with headless chrome for pdf export.

Getting Started

Save the following with [VERSION] replaced as executable script to your PATH (e.g. ~/.local/bin/resume-cli):

#!/bin/sh

docker run --init --rm -p 4000:4000 -u $(id -u):$(id -g) -v "$(pwd):/work" -it rsteube/jsonresume-headless:[VERSION] $@

then use just as if native:

resume-cli export --theme classy resume.pdf