Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binocarlos/docker-monnode
quarry/node + mon for keeping processes running
https://github.com/binocarlos/docker-monnode
Last synced: 11 days ago
JSON representation
quarry/node + mon for keeping processes running
- Host: GitHub
- URL: https://github.com/binocarlos/docker-monnode
- Owner: binocarlos
- Created: 2014-01-12T12:15:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-26T11:17:30.000Z (over 10 years ago)
- Last Synced: 2024-04-14T14:36:38.886Z (7 months ago)
- Language: Shell
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docker-monnode
==============[quarry/node](https://github.com/binocarlos/docker-node) + mon for keeping processes running
```
FROM quarry/node
RUN (mkdir /tmp/mon && cd /tmp/mon && curl -L# https://github.com/visionmedia/mon/archive/master.tar.gz | tar zx --strip 1 && make install)
RUN npm install component browserify -g
```