kybu / ruby-zeromq-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Design

design

How to buid and run using Docker

Use following commands to build and run a docker container with the zeromq examples built and ready to be run

docker build --rm -t local/zeromq_examples .
docker run --rm -ti local/zeromq_examples

About

License:GNU General Public License v3.0


Languages

Language:Ruby 96.7%Language:Shell 3.3%