moby--moby/docs/admin/logging
Steven Erenst e9a9015e38 Fix regex for the json-file logger opts in overview.md
The regex used to describe the max-file and max-size logging options for
the json-file logger were incorrect. The regexes would only match a
single character (a digit or a literal +). Instead the regexes should
match 1 or more digits.

The character class for the units of the max-size also included a pipe
which meant that the regex would match 1| instead of only matching 1m,
1k, and 1g.

Signed-off-by: Steven Erenst <stevenerenst@gmail.com>
2016-09-19 10:47:40 -07:00
..
awslogs.md Replace docker command from 'docker daemon' to 'dockerd' 2016-08-25 17:04:44 +08:00
etwlogs.md cleanup logging driver documentation 2016-06-01 13:18:25 +02:00
fluentd.md Fix volume binding in fluentd container example 2016-08-28 11:45:28 +08:00
gcplogs.md Merge pull request #24586 from farcaller/gcplogs 2016-09-08 13:47:48 +10:00
index.md Add the content for Google Cloud Loging driver in index 2016-08-26 17:30:32 +08:00
journald.md Replace docker command from 'docker daemon' to 'dockerd' 2016-08-25 17:04:44 +08:00
log_tags.md cleanup logging driver documentation 2016-06-01 13:18:25 +02:00
overview.md Fix regex for the json-file logger opts in overview.md 2016-09-19 10:47:40 -07:00
splunk.md Splunk Logging Driver performance improvements 2016-09-12 09:00:16 -07:00