Sign inSign up

minddocdev/node-alpine

By minddocdev

Updated almost 5 years ago

Image
0

50K+

minddocdev/node-alpine repository overview

node-alpine

Lightweight alpine 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
14.11.014.11.014.11.0, latest
13.14.013.14.013.14.0
12.18.012.18.012.18.0
12.13.012.13.012.13.0
12.10.012.10.012.10.0
12.8.112.8.112.8.1
12.4.012.4.012.4.0

Docker Hub

docker pull

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

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

To jump into the container's bash shell

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

Tag summary

Content type

Image

Digest

Size

41.7 MB

Last updated

almost 5 years ago

docker pull minddocdev/node-alpine