Skip to content

Commit bfa6063

Browse files
committed
Fix path to fluentd.conf consistency
As docker run expects $(pwd)/tmp. Signed-off-by: Kentaro Hayashi <kenhys@gmail.com>
1 parent 6e8cd2f commit bfa6063

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

container-deployment/install-by-docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Debian and Alpine Linux version is available for Fluentd image. Debian version i
2323

2424
## Step 2: Launch Fluentd Container
2525

26-
To make the test simple, create the example config below at `/tmp/fluentd.conf`. This example accepts records from `http`, and outputs to `stdout`.
26+
To make the test simple, create the example config below at `$(pwd)/tmp/fluentd.conf`. This example accepts records from `http`, and outputs to `stdout`.
2727

2828
```text
29-
# /tmp/fluentd.conf
29+
# $(pwd)/tmp/fluentd.conf
3030
3131
<source>
3232
@type http

0 commit comments

Comments
 (0)