Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diegofcornejo/alpine-node-forever
A simple docker image based on alpine linux with node and forever
https://github.com/diegofcornejo/alpine-node-forever
Last synced: about 7 hours ago
JSON representation
A simple docker image based on alpine linux with node and forever
- Host: GitHub
- URL: https://github.com/diegofcornejo/alpine-node-forever
- Owner: diegofcornejo
- License: mit
- Created: 2022-02-17T05:26:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T04:11:46.000Z (7 months ago)
- Last Synced: 2024-04-09T05:23:17.734Z (7 months ago)
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[]()
## Description
A simple image based on:
- Alpine Linux [https://alpinelinux.org](https://alpinelinux.org)
Installed packages
- Node.js [nodejs.org](https://nodejs.org)
- NPM [https://www.npmjs.com](https://www.npmjs.com)
- Forever [https://www.npmjs.com/package/forever](https://www.npmjs.com/package/forever)## Tags Structure
Latest stable version (`latest`):
- Example:
- `docker pull diegofcornejo/alpine-node-forever:latest`Specific version (`--`):
- Example:
- `docker pull diegofcornejo/alpine-node-forever:3.19-20.10-4.0.3`
- `docker pull diegofcornejo/alpine-node-forever:3.18.4-18.18.2-4.0.3`