Sign inSign up

minddocdev/node-slim

By minddocdev

•Updated almost 7 years ago

Slim docker image that runs node.

Image
0

213

minddocdev/node-slim repository overview

⁠node-slim

Slim docker image that runs node.

⁠Version specification

See full tags list⁠.

Each docker image tag points to a specific Node Alpine version.

Git TagNode VersionDocker Tags
12.13.012.13.0⁠12.13.0, latest
12.10.012.10.0⁠12.10.0
12.8.112.8.1⁠12.8.1

⁠Docker Hub

⁠docker pull

You 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 build

You 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 run

To jump into the container's bash shell

docker run -it minddocdev/node-slim /bin/sh

Tag summary

Content type

Image

Digest

Size

53.8 MB

Last updated

almost 7 years ago

docker pull minddocdev/node-slim