Debian image including Node-Chakracore
260
Debian (Jessie) image building node-chakracore.
Build on top of debian-base
Command line:
docker run -i -t --entrypoint /bin/bash jean1989/debian-nodejs-chakracore
In your Docker image:
FROM jean1989/debian-nodejs-chakracore
You can find a sample in example/debian-chakracore-esfuture
To run it do the following:
$ cd example/debian-chakracore-esfuture
$ docker build -t debian-chakracore-esfuture .
$ docker run -i -t debian-chakracore-esfuture /usr/bin/node main.js
Positive result: 302
Everything went well as you can see :
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>302 Moved</TITLE></HEAD><BODY>
<H1>302 Moved</H1>
The document has moved
<A HREF="https://www.google.nl/?gfe_rd=cr&ei=BA19WM6yMtTG8AfL_7igCw">here</A>.
</BODY></HTML>
Content type
Image
Digest
Size
70.6 MB
Last updated
over 9 years ago
docker pull jean1989/debian-nodejs-chakracore