Skip to content

devintyler/nodejs-codebox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
$ docker build -t quay.io/syncano/nodejs-codebox .

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 95.7%
  • JavaScript 4.3%