Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/runk/docker-node-worker

Docker + git + nodejs
https://github.com/runk/docker-node-worker

Last synced: about 1 month ago
JSON representation

Docker + git + nodejs

Awesome Lists containing this project

README

        

### docker-node-worker

This image allows you to clone git repo and start nodejs processes you need. Based on the
https://hub.docker.com/r/google/nodejs-runtime/

Example:

```shell
docker run -e [email protected]:runk/foobar.git -e "key=private\nkey\ngoes\nhere" -it runk/docker-node-worker
```