https://github.com/rsteube/jsonresume-headless
resume-cli docker container with headless chrome
https://github.com/rsteube/jsonresume-headless
docker headless jsonresume resume-cli
Last synced: 11 months ago
JSON representation
resume-cli docker container with headless chrome
- Host: GitHub
- URL: https://github.com/rsteube/jsonresume-headless
- Owner: rsteube
- License: mit
- Created: 2020-09-30T11:37:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-02T11:50:22.000Z (over 5 years ago)
- Last Synced: 2025-03-28T16:21:18.096Z (about 1 year ago)
- Topics: docker, headless, jsonresume, resume-cli
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/rsteube/jsonresume-headless
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsonresume-headless
Just another docker container for [resume-cli](https://github.com/jsonresume/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`):
```sh
#!/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:
```sh
resume-cli export --theme classy resume.pdf
```