diff --git a/README.md b/README.md index 3416946..b4afa34 100644 --- a/README.md +++ b/README.md @@ -123,3 +123,7 @@ Open source software is often available as a Docker image, which makes it easy t plt.title("Original dataset") _ = plt.show() ``` + +8. Juggling multiple containers with [Docker Compose](https://docs.docker.com/compose/) + +See this repository for an example using message queues: [mq-experiments](https://github.itap.purdue.edu/AgIT/mq-experiments). \ No newline at end of file