Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```