Small (~18 MB) Alpine based Docker container for logging to Amazon CloudWatch Logs
100K+
Small (~18 MB) Alpine based Docker container for logging to Amazon CloudWatch Logs.
Auto-built and available from Docker Hub.
docker run \
-v /var/myapp/logs/:/mnt/logs \
-e AWS_REGION=eu-west-1 \
joshbalfour/cloudwatch-logs \
/mnt/logs/my-file.log:my-log-group \
/mnt/logs/my-other-file.log:my-other-group
Remember to set the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables if you're not running this on an EC2 instance under an IAM role.
Content type
Image
Digest
Size
19.5 MB
Last updated
over 8 years ago
docker pull joshbalfour/cloudwatch-logs