mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
13 lines
482 B
Markdown
13 lines
482 B
Markdown
# Fluentd basic demo
|
|
|
|
<a href="https://youtu.be/MMVdkzeQ848" title="fluentd-intro"><img src="https://i.ytimg.com/vi/MMVdkzeQ848/hqdefault.jpg" width="20%" alt="fluentd-intro" /></a>
|
|
|
|
Check out the [video](https://youtu.be/MMVdkzeQ848)
|
|
In my video: Introduction to logging <br/>
|
|
I run fluentd locally <br/>
|
|
I collect all local container logs into the `./logs` folder <br/>
|
|
Fluentd collects all the logs of the containers running on my machine.
|
|
|
|
```
|
|
docker-compose up
|
|
``` |