Skip to content

Commit

Permalink
Update bins documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
alainivars committed Jul 1, 2019
1 parent fde667d commit c33e930
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/bins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ required::

run::

./docker-machine-cluster.sh
./utils2devops/bin/docker-machine-cluster.sh
started...
usage:
docker-machine-cluster [-h | --help] To get this help
Expand All @@ -30,11 +30,11 @@ run::

Create a cluster of 4 node::

docker-machine-cluster -c 5
./utils2devops/bin/docker-machine-cluster.sh -c 5

Destroy it::

docker-machine-cluster -d 5
./utils2devops/bin/docker-machine-cluster.sh -d 5


.. _ref-create-sw:
Expand All @@ -55,7 +55,7 @@ required::

run::

./swarm.sh
./utils2devops/bin/swarm.sh
started...
usage:
swarm [-h | --help] To get this help
Expand All @@ -68,8 +68,8 @@ run::

Create a docker swarm of 3 manager and 2 worker::

./swarm.sh -c -m 3 -w 2
./utils2devops/bin/swarm.sh -c -m 3 -w 2

Destroy it::

./swarm.sh -r 5
./utils2devops/bin/swarm.sh -r 5

0 comments on commit c33e930

Please sign in to comment.