| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
use grep to find all a/an typos
(cherry picked from commit 98c245c9e63793cf8ca03c5500e0820447c1861c)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
| |
|
|
|
|
|
| |
cleanup logging driver documentation
(cherry picked from commit 8d75709f90ba9926d41cd7b91bb316e336af8f8c)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
| |
|
|
|
|
|
| |
Fix up stale links
(cherry picked from commit bd5c9f59ea9dde983bf40b36f16311e550a5c2e4)
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
the documentations says that you can drop "a file" into the
`docker.service.d` directory, but does not note that the file must end
with `.conf` in order to be recognized by systemd. This can lead to
some [confusion][] if readers are not previously familiar with
systemd.
[confusion]: https://botbot.me/freenode/docker/2016-05-06/?msg=65605541&page=11
Signed-off-by: Lars Kellogg-Stedman <lars@redhat.com>
(cherry picked from commit 987b03054af8bfa5147465d4fe5d5a554cd5fee3)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This updates the supervisor example documentation
to use an up-to-date version of Ubuntu.
Also reduced the use of "royal We", and tweaked some
language.
Finally, added some language hints for code-highlighting.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit e38678e6601cc597b621aaf3cf630419a7963ae9)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
| |
|
|
|
|
| |
Signed-off-by: Tomasz Kopczynski <tomek@kopczynski.net.pl>
(cherry picked from commit 74d382ff8de9a870d48e7fd4cc63bb9ee254f3de)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
| |
|
|
|
|
| |
Signed-off-by: Robin Naundorf <r.naundorf@fh-muenster.de>
(cherry picked from commit 297d6c04a31f39ff24fcebad8d82c43e0bcf6900)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
| |
|
|
|
| |
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
(cherry picked from commit ea1d8d6f82ee76f35b98b6ce2e3c543f24cf4b6c)
|
| |\
| |
| | |
Remove unneeded references to execDriver
|
| | |
| |
| |
| |
| |
| |
| |
| | |
This includes:
- updating the docs
- removing dangling variables
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
|
| | |
| |
| |
| |
| |
| | |
Mostly useful for docker/docker#19438.
Signed-off-by: Pierre Carrier <pierre@meteor.com>
|
| |/
|
|
|
|
| |
This reverts commit 3cf82ff1ab14e1ddd2b629524e894ac359168388.
Signed-off-by: Pierre Carrier <pierre@meteor.com>
|
| |
|
|
|
|
|
|
| |
Add a paragraph about how to force a stack trace dump to the daemon log.
This feature was added in Docker 1.9 I believe, but documentation was
never added.
Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com> (github: estesp)
|
| |\
| |
| | |
GELF logger: Add gelf-compression-type and gelf-compression-level
|
| | |
| |
| |
| |
| |
| |
| |
| | |
this allows user to choose the compression type (i.e. gzip/zlib/none) using
--log-opt=gelf-compression-type=none or the compression level (-1..9) using
--log-opt=gelf-compression-level=0 for gelf driver.
Signed-off-by: Daniel Dao <dqminh@cloudflare.com>
|
| |\ \
| |/
|/| |
syslog format
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Previously docker used obsolete rfc3164 syslog format for syslog. rfc3164 explicitly
uses semicolon as a separator between 'TAG' and 'Content' section of the log message.
Docker uses semicolon as a separator between image name and version tag.
When {{.ImageName}} was used as a tag expression and contained ":" syslog parser mistreated
"tag" part of the image name as syslog message body, which resulted in incorrect "syslogtag" been reported by syslog
daemon.
Use of rfc5424 log format partually fixes the issue as it does not use semicolon as a separator.
However using default rfc5424 syslog format itroduces backward incompatability because rsyslog template keyword %syslogtag%
is parsed differently. In rfc3164 it uses the "TAG" part reported before the "pid" part. In rfc5424 it uses "appname" part reported
before the pid part, while tag part is introduced by %msgid% part.
For more information on rsyslog configuration properties see: http://www.rsyslog.com/doc/master/configuration/properties.html
Added two options to specify logging in either rfc5424, rfc3164 format or unix format omitting hostname in order to keep backwards compatability with
previous versions.
Signed-off-by: Solganik Alexander <solganik@gmail.com>
|
| |\ \
| |/
|/| |
Provide basic string manipulation functions for template executions.
|
| | |
| |
| |
| |
| |
| |
| | |
This change centralizes the template manipulation in a single package
and adds basic string functions to their execution.
Signed-off-by: David Calavera <david.calavera@gmail.com>
|
| |/
|
|
|
|
|
| |
Updates links to Docker Hub with their new
URLs to prevent redirects.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
| |
|
|
| |
Signed-off-by: Mike Danese <mikedanese@google.com>
|
| |
|
|
| |
Signed-off-by: Cedric Davies <cedricda@microsoft.com>
|
| |
|
|
| |
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
| |\
| |
| |
| |
| | |
jnummelin/feature/fluent-logger-ignore-connect-error-flag
Added flag to ignore fluentd connect error on container start
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Signed-off-by: Jussi Nummelin <jussi.nummelin@gmail.com>
Changed buffer size to 1M and removed unnecessary fmt call
Signed-off-by: Jussi Nummelin <jussi.nummelin@gmail.com>
Updated docs for the new fluentd opts
Signed-off-by: Jussi Nummelin <jussi.nummelin@gmail.com>
|
| |/
|
|
| |
Signed-off-by: Ivan Babrou <ibobrik@gmail.com>
|
|
|
Fixing the links
Updating with Seb's comments
Adding weight
Fixing the engine aliases
Updating after Arun pushed
Removing empty file
Signed-off-by: Mary Anthony <mary@docker.com>
|