Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitliner/node-zmq
Docker image for nodejs and zeromq
https://github.com/bitliner/node-zmq
Last synced: about 21 hours ago
JSON representation
Docker image for nodejs and zeromq
- Host: GitHub
- URL: https://github.com/bitliner/node-zmq
- Owner: bitliner
- Created: 2015-02-02T09:22:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-03T17:02:06.000Z (about 9 years ago)
- Last Synced: 2024-04-09T21:32:25.293Z (10 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-zmq
Docker image for nodejs and zeromq.* Based on google/nodejs.
* On top of it it installs zeromq.onbuild image adds simply the project folder to the /app folder inside the container.
# Usage
Write a Dockerfile like this:
```
FROM bitliner/node-zmq:onbuild
CMD []
ENTRYPOINT ["/nodejs/bin/npm", "start"]
```Then build and run the related container.