https://github.com/inadarei/alpine-nodejs
DEPRECATED. Tiny (50MB) Alpine Linux-based Nodejs Container for Docker
https://github.com/inadarei/alpine-nodejs
Last synced: about 1 month ago
JSON representation
DEPRECATED. Tiny (50MB) Alpine Linux-based Nodejs Container for Docker
- Host: GitHub
- URL: https://github.com/inadarei/alpine-nodejs
- Owner: inadarei
- Created: 2015-10-28T13:31:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-09T17:42:34.000Z (over 9 years ago)
- Last Synced: 2025-02-03T14:29:20.956Z (8 months ago)
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**DEPRECATED** project. Use https://github.com/inadarei/node-alpine instead
# alpine-nodejs
[![Docker Hub Link][docker-img]][docker-url]
[](https://imagelayers.io/?images=irakli/alpine-nodejs:latest 'Get your own badge on imagelayers.io')Tiny, Alpine Linux-based Nodejs Container for Docker.
Compare 56MB of this container with typical 500MB to 800MB sizes you get with Ubuntu- or CentOS-based images.
### Runit
If you need runit (e.g. for cron, syslog etc.) there's a related project that provides additional support for runit: https://hub.docker.com/r/irakli/alpine-nodejs-runit/
## Adding More Packages (if needed)
If you need more packages installed (e.g. make, gcc for compiling some native Node modules, or imagemagick etc.) base your new container on this one and you can use `apk` package manager that Alpine provides. For instance:
```
apk search --update imagemagick
```or:
```
apk add --update make gcc g++ python linux-header
```## License
[MIT](LICENSE)
[docker-img]: https://img.shields.io/badge/docker-ready-blue.svg
[docker-url]: https://hub.docker.com/r/irakli/alpine-nodejs/