Skip to content

Commit

Permalink
install: docker: update tags
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
  • Loading branch information
edsiper committed Sep 22, 2017
1 parent 0d702a8 commit 7812cf3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ Fluent Bit container image is also available on Docker Hub ready for production
| Tag(s) | Description |
|--------------|------------------------------------------------------------------------------------|
| 0.12, latest | Latest release of 0.12 stable series |
| 0.12.3 | Container image of Fluent Bit [v0.12.3](http://fluentbit.io/announcements/v0.12.3) |
| 0.12.2 | Container image of Fluent Bit [v0.12.2](http://fluentbit.io/announcements/v0.12.2) |
| 0.12.1 | Container image of Fluent Bit [v0.12.1](http://fluentbit.io/announcements/v0.12.1) |
| 0.12.0 | Container image of Fluent Bit [v0.12.0](http://fluentbit.io/announcements/v0.12.0) |

Is strongly suggest that you always use the newest image of Fluent Bit.
It's strongly suggested that you always use the latest image of Fluent Bit.

## Getting Started

Expand All @@ -29,9 +30,9 @@ That command will let Fluent Bit meassure CPU usage every second and flush the r


```
Fluent-Bit v0.12.2
Fluent-Bit v0.12.3
Copyright (C) Treasure Data
[2017/09/15 18:29:02] [ info] [engine] started
[2017/09/22 10:29:02] [ info] [engine] started
[0] cpu.0: [1504290543.000487750, {"cpu_p"=>0.750000, "user_p"=>0.250000, "system_p"=>0.500000, "cpu0.p_cpu"=>0.000000, "cpu0.p_user"=>0.000000, "cpu0.p_system"=>0.000000, "cpu1.p_cpu"=>1.000000, "cpu1.p_user"=>0.000000, "cpu1.p_system"=>1.000000, "cpu2.p_cpu"=>1.000000, "cpu2.p_user"=>1.000000, "cpu2.p_system"=>0.000000, "cpu3.p_cpu"=>0.000000, "cpu3.p_user"=>0.000000, "cpu3.p_system"=>0.000000}]
```

0 comments on commit 7812cf3

Please sign in to comment.