Docker Image for Node.js Build Environment
Here is how to build Node.js on a container.
git clone [email protected]:nodejs/node.git
docker run -it -v $PWD/node:/build/node nwtgck/node-build-env
(in container)# cd /build/node
(in container)# ./configure
(in container)# make -j2 V=
docker build -t node-build-env .
Content type
Image
Digest
Size
195.7 MB
Last updated
almost 6 years ago
docker pull nwtgck/node-build-env