Sign inSign up

syncano/nodejs-codebox

By syncano

Updated over 8 years ago

Image
0

10K+

syncano/nodejs-codebox repository overview

nodejs-codebox

This repository contains Dockerfile for Node 5.0.0 image with built-in support for Syncano, selected JS libraries and Node machines.

You can build the image yourself (requires Python packages: requests, jinja2 and connection to the Internet):

$ ./generate_package_json.py
$ ./create_nodejs_image.sh

or pull it from Docker registry:

$ docker pull quay.io/syncano/nodejs-codebox

Then you can run Docker container:

$ docker run -it quay.io/syncano/nodejs-codebox
>

In a container you can use Syncano's JS Library:

var Syncano = require("syncano");

More info about the library can be found here.

Adding Packages

To add a package, please create a Pull Request a custom branch into master after adding the package with a specific version number to these files (nodejs/files/package.json.v10) and (nodejs/files/package.json.j2)

Tag summary

Content type

Image

Digest

sha256:99379d58b

Size

97.9 MB

Last updated

about 9 years ago

docker pull syncano/nodejs-codebox