Sign inSign up

atomiq/node

By atomiq

Updated about 10 years ago

Use as base image for new Node.js images.

Image
1

4.4K

atomiq/node repository overview

atomiq-node

Docker Hub

atomiq-node is based on latest version of mhart/alpine-node and provides an opinionated selection of packages optimized as a base image for building atomiq microservices.

Features

  • Installs node-inspector and exposes it on port 8080
  • Executes onbuild triggers to copy your sources to /usr/src/app

Use in your own Dockerfile

FROM atomiq/node[:VERSION-onbuild]

# Expose ports as needed
EXPOSE 3000

Tags

Tag summary

Content type

Image

Digest

Size

15.3 MB

Last updated

about 10 years ago

docker pull atomiq/node