eabay / docker-nodejs

Docker base image for Node.js applications

Home Page:https://hub.docker.com/r/eabay/nodejs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Docker base image for Node.js applications

https://hub.docker.com/r/eabay/nodejs/


Languages

Language:Dockerfile 61.5%Language:JavaScript 38.5%