clivebird/experimentumcrucis

By clivebird

Updated 7 months ago

experimentum crucis amo.

Image
Message Queues
1

72

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

Docker Pull Command

docker pull clivebird/experimentumcrucis