mirror of
https://github.com/docker/docs.git
synced 2026-04-04 02:08:57 +07:00
Add doc for awslogs-endpoint log option
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
committed by
Sebastiaan van Stijn
parent
f8347be151
commit
15371b3fe2
@@ -65,6 +65,19 @@ and no region is set, the driver uses the instance's region.
|
||||
|
||||
docker run --log-driver=awslogs --log-opt awslogs-region=us-east-1 ...
|
||||
|
||||
### awslogs-endpoint
|
||||
|
||||
By default, Docker uses either the `awslogs-region` log option or the
|
||||
detected region to construct the remote CloudWatch Logs API endpoint.
|
||||
Use the `awslogs-endpoint` log option to override the default endpoint
|
||||
with the provided endpoint.
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> The `awslogs-region` log option or detected region controls the
|
||||
> region used for signing. You may experience signature errors if the
|
||||
> endpoint you've specified with `awslogs-endpoint` uses a different region.
|
||||
|
||||
### awslogs-group
|
||||
|
||||
You must specify a
|
||||
|
||||
Reference in New Issue
Block a user