Sign inSign up

c4tech/node

By c4tech

Updated over 8 years ago

NodeJS images, aimed at generated single-page apps.

Image
0

100K+

c4tech/node repository overview

Node containers

A few basic NodeJS containers. The base/latest image performs similarly to the ONBUILD upstream version but reusable across projects. The brunch container ensures that bower and brunch are installed.

We use these images to transpile and aggregate our frontend applications, then serve them using an nginx container.

Docker Compose example

app:
  image: c4tech/node
  volumes:
    - ./:/app

Tag summary

Content type

Image

Digest

Size

247.7 MB

Last updated

over 8 years ago

docker pull c4tech/node