Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 367 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 367 Bytes

algoritmos-distribuidos

To run in a docker environment

  • Check-out an algorithm folder, e.g. lamport-clock

    cd lamport-clock

  • Build the docker image with the dependencies

    docker build -t zero-mq .

  • Run the containers with docker compose orchestrator

    docker compose up

Sources

ZeroMQ documentation