From 06f89614d2fb5b141769d0edae16662cd85b53fe Mon Sep 17 00:00:00 2001 From: ryane Date: Wed, 4 Nov 2015 12:42:55 -0500 Subject: [PATCH] support for log driver + config in docker container --- r/container.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/r/container.html.markdown b/r/container.html.markdown index b83387ae..920288eb 100644 --- a/r/container.html.markdown +++ b/r/container.html.markdown @@ -64,6 +64,10 @@ The following arguments are supported: * `memory_swap` - (Optional, int) The total memory limit (memory + swap) for the container in MBs. * `cpu_shares` - (Optional, int) CPU shares (relative weight) for the container. +* `log_driver` - (Optional, string) The logging driver to use for the container. + Defaults to "json-file". +* `log_opts` - (Optional) Key/value pairs to use as options for the logging + driver. ## Ports