summaryrefslogtreecommitdiff
path: root/libnetwork/cmd
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2022-06-27 15:12:14 +0200
committerSebastiaan van Stijn <github@gone.nl>2022-06-27 15:12:14 +0200
commitdb977355b0a192282dedca39ea087a1fd114fc55 (patch)
tree5c0472efa81f12b27b2eb0ef46cfc8881fc2fc73 /libnetwork/cmd
parent4eb1c5bd52afa08595d9a082a9ba05c81f79be07 (diff)
downloaddocker-db977355b0a192282dedca39ea087a1fd114fc55.tar.gz
fix typo (cluser -> cluster)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to 'libnetwork/cmd')
-rwxr-xr-xlibnetwork/cmd/ssd/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetwork/cmd/ssd/README.md b/libnetwork/cmd/ssd/README.md
index a0a0048da5..99259753b9 100755
--- a/libnetwork/cmd/ssd/README.md
+++ b/libnetwork/cmd/ssd/README.md
@@ -5,7 +5,7 @@ ssd is a troubleshooting utility for Docker swarm networks.
### control-plane and datapath consistency check on a node
ssd checks for the consistency between docker network control-plane (from the docker daemon in-memory state) and kernel data path programming. Currently the tool checks only for the consistency of the Load balancer (implemented using IPVS).
-In a three node swarm cluser ssd status for a overlay network `ov2` which has three services running, each replicated to 3 instances.
+In a three node swarm cluster ssd status for a overlay network `ov2` which has three services running, each replicated to 3 instances.
````bash
vagrant@net-1:~/code/go/src/github.com/docker/docker-e2e/tests$ docker run -v /var/run/docker.sock:/var/run/docker.sock -v /var/run/docker/netns:/var/run/docker/netns --privileged --net=host sanimej/ssd ov2