From c450e608b9b1f79f474dbfb468ab26ae0f741868 Mon Sep 17 00:00:00 2001 From: Konstantin L Date: Sun, 28 Aug 2016 11:40:09 +0800 Subject: [PATCH] Fix volume binding in fluentd container example Signed-off-by: Konstantin L --- docs/admin/logging/fluentd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/logging/fluentd.md b/docs/admin/logging/fluentd.md index aeaab0e89f..575fb0efe4 100644 --- a/docs/admin/logging/fluentd.md +++ b/docs/admin/logging/fluentd.md @@ -107,7 +107,7 @@ aggregate store. 2. Launch Fluentd container with this configuration file: - $ docker run -it -p 24224:24224 -v /path/to/conf/test.conf:/fluentd/etc -e FLUENTD_CONF=test.conf fluent/fluentd:latest + $ docker run -it -p 24224:24224 -v /path/to/conf/test.conf:/fluentd/etc/test.conf -e FLUENTD_CONF=test.conf fluent/fluentd:latest 3. Start one or more containers with the `fluentd` logging driver: