Sign inSign up

sixbysix/docker-node

By sixbysix

Updated about 8 years ago

node

Image
0

175

sixbysix/docker-node repository overview

This is a forked version of Chekote/docker-node

A Docker image for Node.

To use the container with a project, do the following:

  • Copy the bin directory into your project.

  • Ensure that your profile PATH includes ./bin and that it takes priority over any other directory that may include a composer executable:

PATH=./bin:$PATH

Now whenever you are in your project's directory, you can simply execute node as you would with a typical composer installation, and the command will execute in the container instead:

node --help

Docker Hub : https://hub.docker.com/r/chekote/node/

Tag summary

Content type

Image

Digest

Size

126.9 MB

Last updated

about 8 years ago

docker pull sixbysix/docker-node