wetopi/nodejs

By wetopi

Updated almost 7 years ago

nodejs debian base image

Image
0

790

A node base image.

Used it as starting point in node microservices.

Deployment:

Use nodejs version numbers

Build Docker image in localhost (not for production cycles):
docker build -t wetopi/nodejs:8.9.4 .
docker push wetopi/nodejs:8.9.4
Build Docker image in hub:
git commit
git tag 8.9.4
git push bitb master && git push bitb --tags

Remove a tag to rebuild an image

TAG=8.9.4 &&  git tag --delete ${TAG} && git push bitb --delete ${TAG}

Docker Pull Command

docker pull wetopi/nodejs