An open API service indexing awesome lists of open source software.

https://github.com/inadarei/alpine-nodejs-runit

Tiny (50MB) Alpine Linux-based Nodejs Container for Docker with Runit Support
https://github.com/inadarei/alpine-nodejs-runit

Last synced: 7 months ago
JSON representation

Tiny (50MB) Alpine Linux-based Nodejs Container for Docker with Runit Support

Awesome Lists containing this project

README

          

**DEPRECATED** project. Use https://github.com/inadarei/node-alpine instead

# alpine-nodejs-runit

[![Docker Hub Link][docker-img]][docker-url]

Tiny, Alpine Linux-based Nodejs Container for Docker, wirth Runit support.

Runit support based on: https://github.com/faisyl/alpine-runit

Compare 60MB of this container with typical 500MB to 800MB sizes you get with Ubuntu- or CentOS-based images.

## 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 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-runit/