A Docker image for the Node.js environment .
3.1K
A Docker image for the Node.js environment .
| Tag for gentkit/node | Description |
|---|---|
lts-alpine | Node.js LTS (Current) on Alpine Linux (Current) |
ltsX-alpine | Node.js LTS vX (Current) on Alpine Linux (Current) |
ltsX.Y.Z-alpine | Node.js LTS vX.Y.Z on Alpine Linux (Current) |
alpine | Node.js (Current) on Alpine Linux (Current) |
X-alpine | Node.js vX (Current) on Alpine Linux (Current) |
X.Y.Z-alpine | Node.js vX.Y.Z on Alpine Linux (Current) |
| Tag for gentkit/node | Description |
|---|---|
unoff-lts-alpine | Node.js LTS (Current) on Alpine Linux (Current) |
unoff-ltsX-alpine | Node.js LTS vX (Current) on Alpine Linux (Current) |
unoff-ltsX.Y.Z-alpine | Node.js LTS vX.Y.Z on Alpine Linux (Current) |
unoff-alpine | Node.js (Current) on Alpine Linux (Current) |
unoff-X-alpine | Node.js vX (Current) on Alpine Linux (Current) |
unoff-X.Y.Z-alpine | Node.js vX.Y.Z on Alpine Linux (Current) |
docker run -it \
--name <CONTAINER_NAME> \
gentkit/node:<TAG>
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>
gentkit/node is licensed under the MIT License .
Content type
Image
Digest
sha256:104ddee3a…
Size
64.7 MB
Last updated
3 months ago
docker pull gentkit/node:unoff-alpinePulls:
106
Last week