Sign inSign up

jean1989/debian-nodejs-chakracore

By jean1989

Updated over 9 years ago

Debian image including Node-Chakracore

Image
1

260

jean1989/debian-nodejs-chakracore repository overview

debian-nodejs-chakracore

Debian (Jessie) image building node-chakracore.

Build on top of debian-base

Usage:

Command line:

docker run -i -t --entrypoint /bin/bash jean1989/debian-nodejs-chakracore

In your Docker image:

FROM jean1989/debian-nodejs-chakracore
Example:

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&amp;ei=BA19WM6yMtTG8AfL_7igCw">here</A>.
</BODY></HTML>

Tag summary

Content type

Image

Digest

Size

70.6 MB

Last updated

over 9 years ago

docker pull jean1989/debian-nodejs-chakracore