Slim docker image that runs node.
213
Slim 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 |
|---|---|---|
| 12.13.0 | 12.13.0 | 12.13.0, latest |
| 12.10.0 | 12.10.0 | 12.10.0 |
| 12.8.1 | 12.8.1 | 12.8.1 |
docker pullYou can pull the image from Docker Hub using the docker pull minddocdev/node-slim command.
We use automated build set up.
docker pull minddocdev/node-slim
docker buildYou can also build the image yourself. Checkout the repository
git clone https://github.com/minddocdev/node-slim
cd node-slim
docker build -t minddocdev/node-slim .
docker runTo jump into the container's bash shell
docker run -it minddocdev/node-slim /bin/sh
Content type
Image
Digest
Size
53.8 MB
Last updated
almost 7 years ago
docker pull minddocdev/node-slim