generator-hl-challenge
Advanced tools
Hacking-Lab Challenge container generator
Weekly downloads
Readme
This generator uses Yeoman to generate new Hacking-Lab Challenge Docker containers.
sudo apt install nodejs npm
)sudo npm install -g generator-hl-challenge yo
Generate a temporary uuid using uuidgen
. If you are going to create a docker for Hacking-Lab, the docker resource editor will return a uuid
you must use. If you do not have access to the HL resource editor, ask for a uuid
from them.
mkdir my-awesome-challenge
yo hl-challenge
cd ./my-awesome-challenge
docker-compose up --build
testing
Hacking-Lab is expecting a dockerfiles.tar.gz
. Thus, if you execute the prepare.sh
, this will create the file needed by Hacking-Lab. This is the file you must upload into the HL resource editor. Ignore your local docker-compose.yml
and configure the HL docker-compose.yml
within the HL resource editor.
Please leave feedback if you run into any problems.
To add support for a new base image, you will have to:
generator/app/index.js
generators/app/templates/{image}.md
with the customization instructionsgenerators/app/templates/{image}/*
with a tiny sample application (optional, don't add root/ to the path)FAQs
Hacking-Lab Challenge container generator
The npm package generator-hl-challenge receives a total of 50 weekly downloads. As such, generator-hl-challenge popularity was classified as not popular.
We found that generator-hl-challenge demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.