Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: Add note on using Loki with Amazon ECS #1531

Merged
merged 1 commit into from
Jan 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/clients/docker-driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,8 @@ To cleanly uninstall the plugin, disable and remove it:
docker plugin disable loki
docker plugin rm loki
```

## Amazon ECS
The Docker driver is not currently supported on [Amazon ECS](https://aws.amazon.com/ecs/), although you can work around this if you are using EC2 based ECS (as opposed to Fargate based ECS).
The solution suggested in the [LogConfiguration Documentation](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_LogConfiguration.html) is to fork the ECS agent and modify it to work with your log driver of choice.
The other option is to configure the Loki Docker driver as the default Docker logging driver, and then specify no logging configuration within the ECS task.
rfratto marked this conversation as resolved.
Show resolved Hide resolved