Skip to content

Commit

Permalink
Merge pull request #324 from kwzhao/socialNetwork-readme-fix
Browse files Browse the repository at this point in the history
docs(socialNetwork): Specify repository cloning requirement in swarm mode
  • Loading branch information
cdelimitrou authored Apr 9, 2024
2 parents bec61c1 + b2b7af9 commit 6310dd7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion socialNetwork/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <service-name>
Expand Down

0 comments on commit 6310dd7

Please sign in to comment.