Minimal alpine container containing node, nodemon, git, and resume-cli
2.5K
This repo contains my resume information as well as container with software used to generate resume in different formats (this part still in the works).
Created small alpine container with node, git, [[https://www.npmjs.com/package/jsonresume-theme-boilerplate][resume-cli]], as well as [[https://github.com/hacksalot/HackMyResume][HackMyResume]].
** Creating resume.json
To get started generate the resume.json file with
#+BEGIN_EXAMPLE shell
sudo docker run -v $(pwd):/home/node/app:z
-p 4000:4000
-u node
-w /home/node/app
-it rdesfo/jsonresume sh
#+END_EXAMPLE
and run
#+BEGIN_EXAMPLE shell resume init #+END_EXAMPLE
** Updating resume.json
It's useful to be able to see the changes to the html version as your updating the resume.json file. To do this run the following and point your browser to =localhost:4000=.
#+BEGIN_EXAMPLE shell sudo docker-compose up #+END_EXAMPLE
To preview other [[https://jsonresume.org/themes/][themes]] change the =command= line docker-compose file.
Content type
Image
Digest
Size
72 MB
Last updated
over 7 years ago
docker pull rdesfo/myjsonresume