Latest Node.js 14 based on Ubuntu 20.04
50K+
# pull the most recent tag / release
docker pull beevelop/nodejs:v2021.06.2
# or run the image interactively
docker run --rm --name beevelop -it beevelop/nodejs:v2021.06.2 bash
# or build the image from GitHub
docker build -t beevelop/nodejs github.com/beevelop/docker-nodejs
FROM beevelop/nodejs:v2021.06.2


Content type
Image
Digest
sha256:227afdf69…
Size
80.6 MB
Last updated
over 5 years ago
docker pull beevelop/nodejs