We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a23c0 commit 374b4b0Copy full SHA for 374b4b0
installation/docker.md
@@ -20,11 +20,15 @@ Use the following command to start Fluent Bit while using a configuration file:
20
```shell
21
docker run -ti -v ./fluent-bit.conf:/fluent-bit/etc/fluent-bit.conf cr.fluentbit.io/fluent/fluent-bit
22
```
23
+{% endtab %}
24
25
{% tab title="fluent-bit.yaml" %}
26
27
docker run -ti -v ./fluent-bit.yaml:/fluent-bit/etc/fluent-bit.yaml cr.fluentbit.io/fluent/fluent-bit -c /fluent-bit/etc/fluent-bit.yaml
28
29
30
+{% endtabs %}
31
+
32
33
## Tags and versions
34
0 commit comments