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

https://github.com/zzrotdesign/alpine-node

Node running on Alpine Linux in a Docker Container
https://github.com/zzrotdesign/alpine-node

Last synced: over 1 year ago
JSON representation

Node running on Alpine Linux in a Docker Container

Awesome Lists containing this project

README

          

# Node Docker Image Running on Alpine Node

[![](https://badge.imagelayers.io/zzrot/alpine-node:latest.svg)](https://imagelayers.io/?images=zzrot/alpine-node:latest 'Get your own badge on imagelayers.io')

This is a basic NodeJS setup running on Alpine Linux to minimize the image size. This is meant to act as a base image for others to build upon.

This image is a base image -- attempting to run this image without further edits will not work.

Inlude this image in Dockerfiles by writing:

FROM zzrot/alpine-node

## Contributing to Alpine-node

### Team members

* [Sean Kilgarriff](https://github.com/Skilgarriff) sean@zzrot.com
* [Killian Brackey](https://github.com/killianbrackey) killian@zzrot.com

Don't hesitate to get in contact with either one of us with problems, questions, etc.

### Adding new features

* Fork it!
* Create your feature branch: git checkout -b my-new-feature
* Commit your changes: git commit -am 'Add some feature'
* Push to the branch: git push origin my-new-feature
* Submit a pull request :D

Don’t get discouraged! We estimate that the response time from the
maintainers is around: 24 hours.

## Reporting Security Issues

If you discover a security issue in this Docker image, please report it by sending an email to docker@zzrot.com

This will allow us to assess the risk, and make a fix available before we add a bug report to the GitHub repository.

Thanks for helping make this image safe for everyone!

## License

The code is available under the [MIT License](/LICENSE).