From 86bd4d0671dcd7ae01f4357f1a47958d2d87613a Mon Sep 17 00:00:00 2001 From: Mohamad Moussa <mohamad.moussa@hesge.ch> Date: Fri, 7 Jun 2024 17:54:06 +0200 Subject: [PATCH] Add README --- Without-Pred/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Without-Pred/README.md b/Without-Pred/README.md index e5793e8..217942c 100644 --- a/Without-Pred/README.md +++ b/Without-Pred/README.md @@ -64,7 +64,7 @@ To deploy your distributed algorithm, you need to create and build a Docker imag These deployment steps should be performed on the master node of the Docker Swarm: 1. **Create Neighbors Configuration**: - - Create a `neighbors.json` file that specifies the neighbors for each node in your distributed algorithm network. + - Create a `neighbors.json` file ([view example](neighbors.json)) that specifies the neighbors for each node in your distributed algorithm network. 2. **Create Docker Config**: - Use the `docker config create` command to create a Docker config from your `neighbors.json` file: ```bash -- GitLab