فهرست منبع

Merge pull request #26080 from sw-double/patch-1

[docs] Fix volume binding in fluentd container example
(cherry picked from commit ad73e8f169ee39ed830bfa385583bddd5741012d)

Signed-off-by: Charles Smith <charles.smith@docker.com>
Vincent Demeester 9 سال پیش
والد
کامیت
aaa7a58c63
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: