diff --git a/Orchestration.md b/Orchestration.md index 903e7be..ead4c5d 100644 --- a/Orchestration.md +++ b/Orchestration.md @@ -177,7 +177,7 @@ Yes ``` // for the nginx image -docker create service --replicas 3 --name nginx-web nginx +docker service create --replicas 3 --name nginx-web nginx ```