https://github.com/jsloan117/docker-hackmyresume
Docker hackmyresume on Alpine Linux
https://github.com/jsloan117/docker-hackmyresume
dockerimage hackmyresume
Last synced: 23 days ago
JSON representation
Docker hackmyresume on Alpine Linux
- Host: GitHub
- URL: https://github.com/jsloan117/docker-hackmyresume
- Owner: jsloan117
- License: gpl-3.0
- Created: 2019-02-17T17:35:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-06T01:47:31.000Z (over 5 years ago)
- Last Synced: 2023-02-28T12:31:57.633Z (over 3 years ago)
- Topics: dockerimage, hackmyresume
- Language: Shell
- Homepage:
- Size: 335 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-hackmyresume

[](https://travis-ci.com/jsloan117/docker-hackmyresume)
[](https://img.shields.io/docker/pulls/jsloan117/hackmyresume.svg)
Hackmyresume allows you to generate multiple output formats using different themes. Please see [HackMyResume](https://github.com/hacksalot/HackMyResume) for all other things you can do with this application.
## Quick setup
This image contains hackmyresume and a handful of themes for quick use. Please see [Run from Docker registry](http://jsloan117.github.io/docker-hackmyresume/run-from-docker-registry) for more details and commands. All installed themes are located under: /usr/lib/node_modules, the default theme is jsonresume-theme-eloquent.
Mount the folder where your `resume.json` file resides as a volume to /resumes.
```bash
docker run --rm --name hackmyresume \
-v ${PWD}:/resumes \
jsloan117/hackmyresume:latest
```
## Documentation
The full documentation is available [here](http://jsloan117.github.io/docker-hackmyresume).