Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 472 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 472 Bytes

Documentation for gcr.io/distroless/nodejs

Image Contents

This image contains a minimal Linux, Node.js-based runtime.

Specifically, the image contains everything in the base image, plus:

  • Node.js v8.15.0 and its dependencies.

Usage

The entrypoint of this image is set to "node", so this image expects users to supply a path to a .js file in the CMD.

See the Node.js Hello World directory for an example.