mirror of https://github.com/docker/docs.git
Update ecs-integration.md (#12058)
* Update ecs-integration.md * Update ecs-integration.md * Minor update Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
parent
dfab099750
commit
1a3a9d1195
|
@ -186,8 +186,9 @@ You can fine tune AWS CloudWatch Logs using extension field `x-aws-logs_retentio
|
|||
in your Compose file to set the number of retention days for log events. The
|
||||
default behavior is to keep logs forever.
|
||||
|
||||
You can also pass `awslogs` driver parameters to your container as standard
|
||||
Compose file `logging.driver_opts` elements.
|
||||
You can also pass `awslogs`
|
||||
parameters to your container as standard
|
||||
Compose file `logging.driver_opts` elements. See [AWS documentation](https://docs.amazonaws.cn/en_us/AmazonECS/latest/developerguide/using_awslogs.html){:target="_blank" rel="noopener" class="_"} for details on available log driver options.
|
||||
|
||||
## Private Docker images
|
||||
|
||||
|
|
Loading…
Reference in New Issue