Skip to content

Commit 374b4b0

Browse files
committed
Docker: fix closing tabs
Signed-off-by: Gabriel Lopes Rodrigues <[email protected]>
1 parent 19a23c0 commit 374b4b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

installation/docker.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,15 @@ Use the following command to start Fluent Bit while using a configuration file:
2020
```shell
2121
docker run -ti -v ./fluent-bit.conf:/fluent-bit/etc/fluent-bit.conf cr.fluentbit.io/fluent/fluent-bit
2222
```
23+
{% endtab %}
2324

2425
{% tab title="fluent-bit.yaml" %}
2526
```shell
2627
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
2728
```
29+
{% endtab %}
30+
{% endtabs %}
31+
2832

2933
## Tags and versions
3034

0 commit comments

Comments
 (0)