Lightweight alpine docker image that runs node.
See full tags list.
Each docker image tag points to a specific Node Alpine version.
| Git Tag | Node Version | Docker Tags |
|---|---|---|
| 14.11.0 | 14.11.0 | 14.11.0, latest |
| 13.14.0 | 13.14.0 | 13.14.0 |
| 12.18.0 | 12.18.0 | 12.18.0 |
| 12.13.0 | 12.13.0 | 12.13.0 |
| 12.10.0 | 12.10.0 | 12.10.0 |
| 12.8.1 | 12.8.1 | 12.8.1 |
| 12.4.0 | 12.4.0 | 12.4.0 |
docker pullYou can pull the image from Docker Hub using the docker pull minddocdev/node-alpine command.
We use automated build set up.
docker pull minddocdev/node-alpine
docker buildYou can also build the image yourself. Checkout the repository
git clone https://github.com/minddocdev/node-alpine
cd node-alpine
docker build -t minddocdev/node-alpine .
docker runTo jump into the container's bash shell
docker run -it minddocdev/node-alpine /bin/sh
Content type
Image
Digest
Size
41.7 MB
Last updated
almost 5 years ago
docker pull minddocdev/node-alpine