https://github.com/ngduc/docker
Dockerfiles for lightweight dev/production images.
https://github.com/ngduc/docker
Last synced: 4 months ago
JSON representation
Dockerfiles for lightweight dev/production images.
- Host: GitHub
- URL: https://github.com/ngduc/docker
- Owner: ngduc
- License: mit
- Created: 2016-01-24T07:58:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-01-01T20:52:34.000Z (over 5 years ago)
- Last Synced: 2025-07-23T04:29:16.943Z (11 months ago)
- Language: Dockerfile
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ngduc/docker
Dockerfiles for lightweight dev/production images...
# Debian DEV
To get the image from Docker Hub, run:
```
docker pull ngduc/node
```
### Features
Debian - Buster
```
NodeJS 15.5.0
Npm TBD
apt-get git lsof curl wget zip unzip gawk nano bc htop sed gawk
npm -g yarn create-react-app ts-node serve ngrok
size TBD
```
Jessie
```
Debian Jessie
NodeJS 6.2.2
Npm 3.9.5
apt-get lsof wget unzip gawk git nano
npm -g eslint http-server ngrok
size 329.3 MB
```
# Debian DB
### Features
```
Debian Jessie
MongoDB 3.4.2
CouchDB 2.0.0
```
# Common
```
docker stop $(docker ps -a -q)
docker ps
docker rmi $(docker images -q)
docker images
```