Commit Graph

151 Commits

Author SHA1 Message Date
Paul Oldridge
27f5e6a846 Allow mounting paths with special characters (#4181) 2017-08-17 14:12:28 -07:00
Sebastiaan van Stijn
f8f42d2848 Fix missing "type=bind" in bind-mount examples (#4217)
The examples were missing the `type` option; given
that `type=volume` is the default, this was resulting in
the examples producing an error.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-08-16 10:17:00 -07:00
Trapier Marshall
fc88faceb7 Indicate location of stack trace logs (#4143)
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-08-10 15:09:48 -07:00
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
Misty Stanley-Jones
95334935d6 Add graphics showing types of mounts (#4155) 2017-08-10 14:21:16 -07:00
Misty Stanley-Jones
17544f7862 Add some redirets (#4144) 2017-08-10 10:51:52 -07:00
Misty Stanley-Jones
a7d070ca2c Improve data persistence documentation (#4018) 2017-08-09 15:12:59 -07:00
Misty Stanley-Jones
f97da2ce2e Add general topic about pruning objects (#4089) 2017-08-04 14:59:28 -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
p1wdotnl
4b5d2bfd4b Update start-containers-automatically.md (#3867) 2017-07-12 12:00:15 -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
Misty Stanley-Jones
eb0ff71b5d Point to newer registry topic (#3719) 2017-06-27 16:33:43 -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
Chessmasterrr
914f3b4ac6 Changed grep flags (#3706)
If the first grep is already quiet, the second one will not find anything and exit with error code 1. So the quiet flag has to be on the second grep command to get the script working.
2017-06-26 13:31:51 -07:00
Misty Stanley-Jones
c1dbb5b012 Add information about userns-remap (#3678)
* Add information about userns-remap

* Split into its own topic, do some TOC magic
2017-06-26 10:14:07 -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
Nope Nope
483a8a8370 Correct example script (#3590)
Previous version could not work as grep -q does not print anything to stdout, only exits with a status code depending on a match was found or not. Hence the variables were always empty and could not be compared with 0
2017-06-22 16:18:13 -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
Trapier Marshall
2223f09523 fix jump links in admin resource constraints (#3577)
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-06-19 12:14:49 -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
Misty Stanley-Jones
a173c4630d Document OOME information (#3536) 2017-06-09 09:41:00 -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
Jeremiah Witt
416ee6291a Fixing typos and grammatical errors (#3405)
There were some awkward word choices in the opening paragraph, so I updated them to make the document more readable.
2017-06-02 11:44:56 -07:00
Chomba Ng'ang'a
330a524726 fix typo in admin/start-containers-automatically.md (#3468) 2017-06-02 11:43:05 -07:00
Misty Stanley-Jones
d88478a722 Document logging driver plugins (#3440) 2017-06-01 13:43:11 -07:00
Misty Stanley-Jones
34b9e3753d Update docs about starting containers automatically (#3436) 2017-05-31 09:34:00 -07:00
Jim Galasyn
d52729a8e2 Update hosts value to array (#3410)
Fixes #3361.
2017-05-25 17:34:20 -07:00
Jon Hajdu
9814dde803 Update host_integration.md (#3287) 2017-05-19 15:37:12 -07:00
Misty Stanley-Jones
cf6e2e7229 Document using Prometheus metrics (#3249) 2017-05-16 10:54:02 -07:00
Misty Stanley-Jones
d25cee8e4d Fixes and improvements to example script (#3242)
* Fixes and improvements to example script
2017-05-11 13:22:15 -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
Ondrej Sika
71f06d8f96 engine/admin/index - Fix typo in Debian log path (#3113) 2017-04-28 19:32:48 +00:00
tompizmor
8ce933c965 Fixed typo in multi-service_container.md file (#3070) 2017-04-26 20:46:54 +00:00
John Mulhausen
12b2165e17 Fixes #2029 2017-04-25 17:25:22 -07:00
Joe Deng
9745a627ea describe the effect of using --memory-swap=0 (#2854)
* describe the effect of using --memory-swap=0

Signed-off-by: Zhiguo Deng <bjzgdeng@linux.vnet.ibm.com>

* Edits

* Rewording about definition of swap

* Reworking for clarity of all the different ways it can be unset
2017-04-25 14:44:16 -07:00