Add log opts flag to pass in logging options

Signed-off-by: wlan0 <sidharthamn@gmail.com>
master
wlan0 2015-05-04 14:39:48 -07:00 committed by Tibor Vass
parent 68f8a90e3d
commit 9949905359
1 changed files with 4 additions and 0 deletions

View File

@ -849,6 +849,10 @@ command is not available for this logging driver
Journald logging driver for Docker. Writes log messages to journald; the container id will be stored in the journal's `CONTAINER_ID` field. `docker logs` command is not available for this logging driver. For detailed information on working with this logging driver, see [the journald logging driver](reference/logging/journald) reference documentation. Journald logging driver for Docker. Writes log messages to journald; the container id will be stored in the journal's `CONTAINER_ID` field. `docker logs` command is not available for this logging driver. For detailed information on working with this logging driver, see [the journald logging driver](reference/logging/journald) reference documentation.
#### Log Opts :
Logging options for configuring a log driver. The following log options are supported: [none]
## Overriding Dockerfile image defaults ## Overriding Dockerfile image defaults
When a developer builds an image from a [*Dockerfile*](/reference/builder) When a developer builds an image from a [*Dockerfile*](/reference/builder)