clivebird/experimentumcrucis

By clivebird

Updated almost 2 years ago

experimentum crucis amo.

Image
Message queues
1

209

clivebird/experimentumcrucis repository overview

docker-compose.yml below.

Build imperatives.

docker network create zmq

docker-compose up --build

version: '2' services: zmq-hello-world-server: build: ./zmq-hello-world-server-node container_name: zmq-hello-world-server-cpp image: zmq/zmq-hello-world-server-cpp hostname: zmq-hello-world-server-cpp ports: - "5555:5555" tty: true

zmq-hello-world-client: build: ./zmq-hello-world-client-node container_name: zmq-hello-world-client-cpp image: zmq/zmq-hello-world-client-cpp hostname: zmq-hello-world-client-cpp tty: true

networks: default: external: name: zmq

Tag summary

Content type

Image

Digest

sha256:213927fb4

Size

336.7 MB

Last updated

about 2 years ago

docker pull clivebird/experimentumcrucis:zmq-hello-world-client-cpp