Sign inSign up

eabay/nodejs

By eabay

Updated almost 7 years ago

Nodejs base images

Image
6

4.5K

eabay/nodejs repository overview

Docker images for Node.js

Tags

latest
  • Based on node:slim image
  • Includes Supervisor to manage your application process
  • Adds application code to /app folder on build.
  • npm -q start command executed in /app folder
  • Console output directed to /logs/out.log and /logs/err.log files. You can access them by bind-mounting /logs path.

See sample application for basic usage.

dev

Development version has the essentials to install packages require compilation steps. It also includes supervisor to restart your server on file changes. You can use yarn as a package manager.

Alpine Linux based versions

There are Alpine Linux based versions (tagged as alpine and dev-alpine) build from alpine-node image for minimal builds.

Tag summary

Content type

Image

Digest

Size

61.9 MB

Last updated

almost 7 years ago

docker pull eabay/nodejs