浏览代码

Fix volume binding in fluentd container example

Signed-off-by: Konstantin L <sw.double@gmail.com>
Konstantin L 9 年之前
父节点
当前提交
c450e608b9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/admin/logging/fluentd.md

+ 1 - 1
docs/admin/logging/fluentd.md

@@ -107,7 +107,7 @@ aggregate store.
 
 
 2. Launch Fluentd container with this configuration file:
 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:
 3. Start one or more containers with the `fluentd` logging driver: