Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/runk/docker-node-worker
- Owner: runk
- License: mit
- Created: 2015-09-14T10:29:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-16T01:03:57.000Z (over 9 years ago)
- Last Synced: 2024-10-14T00:32:06.403Z (2 months ago)
- Language: Shell
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```