Docker container for https://github.com/hacksalot/HackMyResume
467
This is a docker container of the HackMyResume project.
An expected flow would be:
# Create in/resume.yml or in/resume.json file.
FILES=in/resume.json make validate
# Repeat until validation is successful
THEME=modern RESUME=in/resume.json make resume
At the end of this process, your files will be in the out directory.
If you want to use a theme that isn't built-in, you have two options:
in directorypackage.jsonRegardless of theme used, I recommend writing your resume in FRESH format and
converting to JSON Resume format as needed. There is a is a make convert task
available to support this.
If you want to use an options file or more advanced HackMyResume features, just
use the binary directly. You only constraints are that in and out are the
only folders you can access from the host system.
docker-compose run hackmyresume
Content type
Image
Digest
Size
154.5 MB
Last updated
over 9 years ago
docker pull bentheax/hackmyresume