gentkit/node

Sponsored OSS

By gentkit

Updated 3 months ago

A Docker image for the Node.js environment .

Image
Languages & frameworks
0

3.1K

gentkit/node repository overview

Node.js on Docker

A Docker image for the Node.js environment .

Tag naming standard

Node.js from https://nodejs.org/
Tag for gentkit/nodeDescription
lts-alpineNode.js LTS (Current) on Alpine Linux (Current)
ltsX-alpineNode.js LTS vX (Current) on Alpine Linux (Current)
ltsX.Y.Z-alpineNode.js LTS vX.Y.Z on Alpine Linux (Current)
alpineNode.js (Current) on Alpine Linux (Current)
X-alpineNode.js vX (Current) on Alpine Linux (Current)
X.Y.Z-alpineNode.js vX.Y.Z on Alpine Linux (Current)
Unofficial Node.js from https://unofficial-builds.nodejs.org/
Tag for gentkit/nodeDescription
unoff-lts-alpineNode.js LTS (Current) on Alpine Linux (Current)
unoff-ltsX-alpineNode.js LTS vX (Current) on Alpine Linux (Current)
unoff-ltsX.Y.Z-alpineNode.js LTS vX.Y.Z on Alpine Linux (Current)
unoff-alpineNode.js (Current) on Alpine Linux (Current)
unoff-X-alpineNode.js vX (Current) on Alpine Linux (Current)
unoff-X.Y.Z-alpineNode.js vX.Y.Z on Alpine Linux (Current)

Pull and run into a new container

docker run -it \
--name <CONTAINER_NAME> \
gentkit/node:<TAG>

Exec into your running container

docker exec -it \
<CONTAINER_NAME_OR_ID> \
/bin/sh

NOTE : Check status and start it using : docker ps -a --filter "name=<CONTAINER_NAME>" and docker start <CONTAINER_NAME_OR_ID>

License

gentkit/node is licensed under the MIT License .

Tag summary

Content type

Image

Digest

sha256:104ddee3a

Size

64.7 MB

Last updated

3 months ago

docker pull gentkit/node:unoff-alpine

This week's pulls

Pulls:

106

Last week