From b2b7af966b4c2e3b9d2cd69422f577bdb0a64c30 Mon Sep 17 00:00:00 2001 From: Kevin Zhao Date: Tue, 27 Feb 2024 13:09:47 -0800 Subject: [PATCH] socialNetwork: Add cloning requirment to the README --- socialNetwork/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/socialNetwork/README.md b/socialNetwork/README.md index 5ec101733..8ee76f4b6 100644 --- a/socialNetwork/README.md +++ b/socialNetwork/README.md @@ -42,7 +42,9 @@ pulled from Docker Hub. #### Start docker containers on a machine cluster with `docker swarm` -Before starting the containers, make sure you are on the master node of the docker swarm nodes. +Before starting the containers, make sure: +1. You are on the master node of the docker swarm nodes. +2. You have cloned the DeathStarBench repository in the same location on all swarm nodes. ```bash docker stack deploy --compose-file=docker-compose-swarm.yml