Fix volume binding in fluentd container example

Signed-off-by: Konstantin L <sw.double@gmail.com>
This commit is contained in:
Konstantin L 2016-08-28 11:40:09 +08:00
parent 9ea28ea894
commit c450e608b9

View file

@ -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: