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: over 1 year ago
JSON representation

Docker image for nodejs and zeromq

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.