asilversempirical
678bb44701
Drop "docker/" prefix from tags ( #4157 )
...
It's no longer accurate as of https://github.com/moby/moby/pull/22384
Fixes https://github.com/moby/moby/issues/30324
2017-08-10 15:00:40 -07:00
searchsolaris
160c2a309e
Update syslog.md ( #4076 )
...
Broken example. Update the example from:
{
"log-driver": "syslog",
"log-opts": {
"syslog": "udp://1.2.3.4:1111"
}
}
To:
{
"log-driver": "syslog",
"log-opts": {
"syslog-address": "udp://1.2.3.4:1111"
}
}
2017-08-03 15:49:32 -07:00
Jochen Preusche
c9f130a3c7
Correct example of daemon.json log-opts config ( #3998 )
...
* Update docs so that log-opts takes map (`{}`) instead of array (`[]`)
2017-08-01 11:54:40 -07:00
Trapier Marshall
847fd83449
Note default max-size and max-file for json-file ( #3924 )
...
The json-file logger does not rotate log files by default. This
behavior is worthy of documentation.
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-07-26 10:12:49 -07:00
Tema Bolshakov
291c7ad768
Fix type ( #3954 )
2017-07-24 18:08:06 -07:00
Matthias Glastra
37bad6c8c9
Update json-file.md ( #3878 )
...
The -- for log-driver where incorrect.
2017-07-18 14:04:13 -07:00
rotunba
6ae2cf46d9
Fix typo ( #3797 )
2017-07-05 16:51:17 -07:00
Misty Stanley-Jones
c8e4f35af0
Fix broken link to plugins topic ( #3802 )
2017-07-05 10:55:18 -07:00
Misty Stanley-Jones
4b4f6448f8
Add ending code fence ( #3793 )
...
Fixes #3792
2017-07-03 14:03:31 -07:00
Misty Stanley-Jones
039582deeb
Add redirect for old logging landing page ( #3788 )
...
Also add mention of docker service logs commands
2017-07-03 12:30:10 -07:00
Justin Menga
b3b76b2293
Fix incorrect regular expression in awslogs example ( #3757 )
...
Signed-off-by: Justin Menga <justin.menga@gmail.com>
2017-06-30 16:41:49 -07:00
Justin Menga
cd2355d8f8
Fix incorrect awslogs option names ( #3736 )
...
Signed-off-by: Justin Menga <justin.menga@gmail.com>
2017-06-29 13:56:27 -07:00
Misty Stanley-Jones
7f966c4c10
Remove edge-only admonitions
2017-06-28 08:31:29 -07:00
Bingshen Wang
7a0c285574
Update json-file.md ( #3716 )
...
Fix typo in the `json-file` driver document.
2017-06-27 13:36:04 -07:00
Justin Menga
b1d32c948c
Update awslogs.md ( #3319 )
...
* Add docs for awslogs-multiline-pattern and awslogs-datetime-format
Signed-off-by: Justin Menga <justin.menga@gmail.com>
2017-06-26 09:27:02 -07:00
Misty Stanley-Jones
b63c1aee78
Fix broken link ( #3658 )
2017-06-20 11:53:15 -07:00
Misty Stanley-Jones
baaead7cdd
Update logging driver options from code
2017-06-20 11:07:50 -07:00
kudabaev
fd0eb53dd1
Errata ( #3526 )
...
Line 62: “syslog=udp://1.2.3.4:1111” should be “syslog-address=udp://1.2.3.4:1111”
2017-06-12 11:34:31 -07:00
Swapnil Kulkarni
58f3632285
Update syslog documentation for typo ( #3502 )
...
There is a typo of UDP which is spelled as UP.
Corrected it.
Signed-off-by: Swapnil Kulkarni <me@coolsvap.net>
2017-06-08 12:05:04 -07:00
Misty Stanley-Jones
d88478a722
Document logging driver plugins ( #3440 )
2017-06-01 13:43:11 -07:00
Lorenzo Fontana
64de468317
Splitting all the logging drivers ( #2975 )
...
* Splitting logging drivers
Signed-off-by: Lorenzo Fontana <lo@linux.com>
2017-05-10 10:56:13 -07:00
French Ben
fe0620225d
Added note on tag formatting of docker image ( #3207 )
...
* Added note on tag formatting of docker image
Signed-off-by: French Ben <frenchben@docker.com>
* Updated notes
Signed-off-by: French Ben <frenchben@docker.com>
2017-05-09 13:02:24 -07:00
Misty Stanley-Jones
9c648cf079
Docker 17.05 docs ( #3092 )
...
* Add Netlify build script
* Pull 'edge' stuff from master for now
* Add env-regex logging opt (#2688 )
* Update Dockerfile to pull from 17.05 branch
* Update YAML files from 17.05.x branch
* Add scaffolding for 17.05 content
* Document highlights for 17.05
* Add v1.29 API
* Document multi-stage builds
2017-05-05 19:50:22 +00:00
Derek Olsen
054fced71d
Typo in overview.md ( #3121 )
2017-04-29 00:05:21 +00:00
Sam Cook
65c3f1befa
Remove copy error syslog TCP+TLS options example ( #3097 )
...
The syslog TCP+TLS example suggests that the relevant options are `syslog-tls-ca-cert=syslog-tls-ca-cert=...`, `syslog-tls-cert=syslog-tls-ca-cert=...` and `syslog-tls-key=syslog-tls-ca-cert=...`. This corrects this example.
2017-04-28 22:03:39 +00:00
Steven Hanna
b43c302c46
Spelling mistakes ( #2970 )
...
* Spelling mistakes
* Delete last_page.md
2017-04-20 17:26:18 -05:00
Bill
a3a7ae1e0b
replaced docker/docker with moby/moby ( #2879 )
...
* replaced docker/docker with moby/moby
* fixed incorrect name changes in release notes
* fixed mentions of moby/moby in code
2017-04-20 15:32:18 -05:00
Constanze Kratel
a1b428ff00
#2675 : Splunk Logging Docs: updated splunk-source description ( #2917 )
...
This description had a splunk-token example instead of splunk-source. Went ahead and updated the example. Remove bullet from a non-list item.
2017-04-19 14:36:34 -05:00
Shubheksha Jalan
5a2714448f
fix broken link for logging context ( #2815 )
2017-04-18 10:55:26 -05:00
Misty Stanley-Jones
de1df1319b
Fix a few 404s ( #2785 )
2017-04-14 10:28:54 -07:00
Misty Stanley-Jones
10be60a80f
Go back to small /edge ( #2736 )
...
* Go back to small /edge
* Update site front page
Add info about Editions
Reorganize components
Update headings
* Move logic of fetching content to a script
* Add v1.28 API
* Add info about versioned API
2017-04-13 18:58:56 -07:00
Hernandes Benevides de Sousa
f8d5b857e5
Update Syslog logging tls skip flag ( #2609 )
2017-04-07 13:51:19 -07:00
Aaron Lehmann
3874bf2c60
Add docs for 17.04 Edge release
2017-04-05 17:45:44 -07:00
Yong Tang
5d225d3c63
Update documentation for CreateLogGroup support in awslogs ( #1423 )
...
* Update documentation for CreateLogGroup support in awslogs
This fix updates the documetation for CreateLogGroup support in awslogs
This fix is related to
https://github.com/docker/docker/issues/29334
https://github.com/docker/docker/pull/29504
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* Improved line wrapping of code block
2017-04-05 17:45:44 -07:00
Brian Goff
786555a877
Adds details about new non-blocking logging mode
...
This functionality was added in docker/docker#28762 .
It allows a user to specify what to do in cases when a log message can't
be sent, block the container's stdio or drop messages.
Also removes an erronious entry about a `nats` log driver, which does
not exist.
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-04-05 17:45:44 -07:00
Misty Stanley-Jones
411c41d991
Clarify splunk-url for Splunk Cloud hosted instances ( #2567 )
2017-03-30 15:24:01 -07:00
Misty Stanley-Jones
fb7c73908b
Update the styleguide ( #2332 )
...
* Update the styleguide
Also normalize admonition titles with the colon outside the bold.
2017-03-15 09:46:30 -07:00
Brian Goff
dd0207cf47
Remove logdriver details for NATS ( #2240 )
...
The NATS driver was never integrated into Docker and should not be in
the docs.
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-03-10 12:37:23 -08:00
John Mulhausen
81de59357a
Update overview.md
2017-03-03 13:31:23 -08:00
scjane
16f87ee78f
Update etwlogs.md ( #1942 )
2017-02-23 14:25:22 -08:00
Rafael Eyng
161c3e47b6
fix in logging/overview.md ( #1852 )
...
Changes `<NAME>-<VALUE>` to `<NAME>=<VALUE>`
2017-02-18 12:49:02 -08:00
scjane
17b6bf3c40
Update etwlogs.md ( #1811 )
2017-02-17 18:23:13 -08:00
scjane
8f2cc20f6a
Update view_container_logs.md ( #1806 )
2017-02-17 18:19:29 -08:00
scjane
5c8a98accc
Update overview.md
2017-02-17 16:10:32 -08:00
Brian Kaufman
34b5b993ca
Default docker log name is container ID
...
The default docker log name is the 12 character container ID, the sample test.conf setup above filters for Docker.* which will not pick anything up unless users start their containers with at "Docker" tag
2017-02-14 12:53:12 -05:00
Steven Arnott
7823e98796
Update example for --syslog-address for unix path
...
Update example for --syslog-address for unix path to include 'unix:' protocol that is needed.
2017-02-07 12:54:14 -05:00
Misty Stanley-Jones
0055c98052
Merge branch 'master' into fix-broken-link
2017-01-26 11:41:19 -08:00
Thomas Auffredou
59034f94f0
Update log_tags.md ( #1325 )
...
Update reference url to logging context
2017-01-24 15:32:07 -08:00
Sebastiaan van Stijn
15697dab7a
fix link to logging context
...
this source file no longer exists on "master",
so replacing the link with a permalink on the
1.13 tag.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-01-24 15:36:59 +01:00
Jérôme Petazzoni
9a3164a9d2
Add missing triple quote
2017-01-20 14:01:58 -08:00