1
0
mirror of https://github.com/docker/cli.git synced 2026-01-19 21:41:31 +03:00

add syslog driver

Signed-off-by: wlan0 <sid@rancher.com>
Upstream-commit: 72bb856565
Component: cli
This commit is contained in:
sidharthamani
2015-03-09 11:40:57 -07:00
committed by Tibor Vass
parent 39d8bc547c
commit 8ece884edf

View File

@@ -657,6 +657,11 @@ this driver.
Default logging driver for Docker. Writes JSON messages to file. `docker logs`
command is available only for this logging driver
## Logging driver: syslog
Syslog logging driver for Docker. Writes log messages to syslog. `docker logs`
command is not available for this logging driver
## Overriding Dockerfile image defaults
When a developer builds an image from a [*Dockerfile*](/reference/builder)