Skip to content

Node.js is a JavaScript-based platform for server-side and networking applications.

Notifications You must be signed in to change notification settings

butter/docker-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Supported tags and respective Dockerfile links

What is Node?

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.

wikipedia.org/wiki/Node.js

logo

How to use this image

Create a Dockerfile in your Node.js app project

FROM butter/node
CMD [ "npm", "start" ]

or (if you need to a LTS (long term support) version):

FROM butter/node:boron
CMD [ "npm", "start" ]

License

View license information for Node.js.

About

Node.js is a JavaScript-based platform for server-side and networking applications.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published