You will need to:
- Set the git
originto your own fork rather thannodejs/node - Set up your git name and email
- Add your SSH key (preferably one that's already published to GitHub)
You will want to:
- Build Node.js with Ninja (rather than just
make):/home/developer/nodejs/node/configure --ninja && make -C ~/nodejs/node
Some useful commands:
docker build .- build the current Dockerfiledocker image ls- list the images and IDsdocker run -it <image id> /bin/bash- run a container and shell into itdocker tag <image id> devenv:latest- run to tag an image as latest