Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andresvia authored Jun 29, 2019
1 parent e1aa4c8 commit 87bef2b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,16 @@ update-aws-ecs-service \
# default timeout for the operation is 15 minutes
```

You may also alter more than one container at the same time.

```
update-aws-ecs-service \
-cluster mycluster \
-service myservice \
-container-image mycontainer1=myrepo/myimg1:newtag \
-container-image mycontainer2=myrepo/myimg2:newtag
```

Alternatively, you can also alter environment variables and service desired count.

```
Expand Down

0 comments on commit 87bef2b

Please sign in to comment.