added note about awslogs version added

This commit is contained in:
Brian Coca 2016-01-18 09:16:38 -05:00 committed by Matt Clay
parent 6e73c61298
commit b25c2a4261

View file

@ -121,7 +121,7 @@ options:
"journald" Journald logging driver for Docker. Writes log messages to "journald".
"gelf" Graylog Extended Log Format (GELF) logging driver for Docker. Writes log messages to a GELF endpoint likeGraylog or Logstash.
"fluentd" Fluentd logging driver for Docker. Writes log messages to "fluentd" (forward input).
"awslogs" Awslogs logging driver for Docker. Writes log messages to AWS Cloudwatch Logs.
"awslogs" (added in 2.1) Awslogs logging driver for Docker. Writes log messages to AWS Cloudwatch Logs.
If not defined explicitly, the Docker daemon's default ("json-file") will apply.
Requires docker >= 1.6.0.
required: false