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
- Host: GitHub
- URL: https://github.com/zzrotdesign/alpine-node
- Owner: ZZROTDesign
- License: mit
- Created: 2016-02-17T00:43:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-16T13:26:35.000Z (almost 10 years ago)
- Last Synced: 2025-01-14T09:55:24.393Z (over 1 year ago)
- Size: 4.88 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node Docker Image Running on Alpine Node
[](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).