You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: container-deployment/install-by-docker.md
+21-18Lines changed: 21 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,8 @@ Then, download Fluentd edge-debian's \(edge-debian means latest version of Fluen
19
19
$ docker pull fluent/fluentd:edge-debian
20
20
```
21
21
22
-
Debian and Alpine Linux version is available for Fluentd image. Debian version is recommended officially since it has [`jemalloc`](https://github.com/jemalloc/jemalloc) support. However, the Alpine image is smaller.
22
+
Debian and Alpine Linux versions are available for Fluentd image. Debian version is recommended officially since it has [`jemalloc`](https://github.com/jemalloc/jemalloc) support. However, the Alpine image is smaller.
23
+
And, Windows server version is also available.
23
24
24
25
## Step 2: Launch Fluentd Container
25
26
@@ -43,10 +44,11 @@ Finally, you can run Fluentd with `docker run` command:
43
44
44
45
```text
45
46
$ docker run -p 9880:9880 -v $(pwd)/tmp:/fluentd/etc fluent/fluentd:edge-debian -c /fluentd/etc/fluentd.conf
46
-
2021-03-16 09:11:32 +0000 [info]: parsing config file is succeeded path="/fluentd/etc/fluentd.conf"
47
-
2021-03-16 09:11:32 +0000 [info]: gem 'fluentd' version '1.11.5'
48
-
2021-03-16 09:11:32 +0000 [warn]: define <match fluent.**> to capture fluentd logs in top level is deprecated. Use <label @FLUENT_LOG> instead
49
-
2021-03-16 09:11:32 +0000 [info]: using configuration file: <ROOT>
2025-02-04 01:57:10.266084977 +0000 fluent.info: {"worker":0,"message":"fluentd worker is now running worker=0"}
68
71
```
69
72
70
73
## Step 3: Post Sample Logs via HTTP
@@ -79,11 +82,11 @@ Use `docker ps` command to retrieve container ID and use `docker logs` command t
79
82
80
83
```text
81
84
$ docker ps -a
82
-
CONTAINER ID IMAGECOMMANDCREATED STATUSPORTS NAMES
83
-
775a8e192f2bfluent/fluentd:edge-debian "tini -- /bin/entryp…" About a minute ago Up About a minute 5140/tcp, 24224/tcp, 0.0.0.0:9880->9880/tcp tender_leakey
85
+
CONTAINER ID IMAGECOMMANDCREATEDSTATUSPORTS NAMES
86
+
5f0ac46c5b35 fluent/fluentd:edge-debian "tini -- /bin/entryp…" 5 minutes ago Up 5 minutes 5140/tcp, 24224/tcp, 0.0.0.0:9880->9880/tcp, :::9880->9880/tcp great_mcclintock
0 commit comments