/docker-hackmyresume

Docker hackmyresume on Alpine Linux

Primary LanguageShellGNU General Public License v3.0GPL-3.0

docker-hackmyresume

License Build Status Docker Pulls

Hackmyresume allows you to generate multiple output formats using different themes. Please see 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 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.

docker run --rm --name hackmyresume \
-v ${PWD}:/resumes \
jsloan117/hackmyresume:latest

Documentation

The full documentation is available here.