https://github.com/beevelop/docker-nodejs
👨💻 Node.js 14 based on Ubuntu 20.04
https://github.com/beevelop/docker-nodejs
container-image docker docker-container docker-image nodejs npm ubuntu
Last synced: 10 months ago
JSON representation
👨💻 Node.js 14 based on Ubuntu 20.04
- Host: GitHub
- URL: https://github.com/beevelop/docker-nodejs
- Owner: beevelop
- License: mit
- Created: 2015-08-13T07:11:51.000Z (over 10 years ago)
- Default Branch: latest
- Last Pushed: 2021-06-11T12:22:45.000Z (over 4 years ago)
- Last Synced: 2025-03-28T11:21:14.585Z (11 months ago)
- Topics: container-image, docker, docker-container, docker-image, nodejs, npm, ubuntu
- Language: Dockerfile
- Homepage: https://beevelop.com
- Size: 105 KB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README





[](https://github.com/beevelop/docker-nodejs/releases)


[](https://beevelop.com)
# Node.js 14 based on Ubuntu 20.04.
### Pull, build or run this image
```bash
# 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
```
### Or use as base image
```Dockerfile
FROM beevelop/nodejs:v2021.06.2
```
---

---
### Use tags where possible, because...
