Commit Graph

175 Commits

Author SHA1 Message Date
Douglas Jose 5d6f807187 Update ansible.md (#4531)
Edited wrong `docker_container` module name.
2017-09-11 17:01:57 -07:00
Wang Jie 07ffdd4f2f Update log_tags.md (#4351) 2017-09-11 16:53:54 -07:00
Rob Moore 527cd9dfad Update explanation of special device symlinks (#4505)
The symlinks are described the wrong way round and suggest that /dev/stdout and /dev/stderr are being overwritten, but that's not true - ln -s /dev/stdout /var/log/nginx/access.log creates a symlink at access.log pointing to /dev/stdout.

See `man ln`
2017-09-11 16:53:19 -07:00
Wang Jie a95ea1162d Update volumes.md (#4438) 2017-09-11 09:52:17 -07:00
Wang Jie 730e10cc46 Update troubleshooting_volume_errors.md (#4441) 2017-09-11 09:51:20 -07:00
Wang Jie 79df8a343f Update index.md (#4437) 2017-09-07 14:49:36 -07:00
Isaac Puch Rojo bb4a4345aa Update volumes.md (#4492)
Only a minor error   --it -> -it
unknown flag: --it

I get a message error if I try to reproduce it.  
WARN[0000] `--volume-driver` is ignored for volumes specified via `--mount`. Use `--mount type=volume,volume-driver=...` instead. 
docker: Error response from daemon: create sshvolume: invalid option key: "sshcmd".

docker -v
Docker version 17.06.1-ce, build 874a737

Maybe the syntax are changed?
2017-09-05 14:29:23 -07:00
Wang Jie 5eb4719c9a Update awslogs.md (#4352) 2017-08-31 13:09:17 -07:00
Wang Jie 0d98ea88b4 Update runmetrics.md (#4418) 2017-08-29 15:36:14 -07:00
Misty Stanley-Jones e01579655e Add info on starting a service with a volume (#4414) 2017-08-29 14:36:17 -07:00
Misty Stanley-Jones 9aa87cd0a0 Clarify how to stop a container from using swap (#4409) 2017-08-29 10:38:47 -07:00
Wang Jie ad7c384752 Update journald.md (#4368) 2017-08-28 16:54:47 -07:00
Wang Jie 0e1c076c90 Update gcplogs.md (#4367) 2017-08-28 16:54:15 -07:00
Wang Jie f7304180aa Update fluentd.md (#4364) 2017-08-28 16:53:46 -07:00
Wang Jie bc32009540 Update syslog.md (#4349) 2017-08-28 16:48:25 -07:00
Wang Jie b03f307ad7 Update ansible.md (#4389) 2017-08-28 13:38:22 -07:00
Wang Jie 0c4e7b3d29 Update chef.md (#4390) 2017-08-28 13:37:59 -07:00
Wang Jie d7b028ef62 Update puppet.md (#4391) 2017-08-28 13:37:36 -07:00
Wang Jie 0634f1ffe6 Update gelf.md (#4331) 2017-08-23 16:32:17 -07:00
Wang Jie 795a4e6a42 Update plugins.md (#4329) 2017-08-23 16:30:02 -07:00
Mauricio Sánchez 0ec86e380d Removing duplicated word (#4297) 2017-08-21 14:57:38 -07:00
Wang Jie fe792dc6f3 Update index.md (#4258) 2017-08-18 10:47:11 -07:00
Wang Jie f1de7dfd86 Update systemd.md (#4261) 2017-08-18 10:45:38 -07:00
とうせいきょう 7bbc822b9f Correct the container name (#4234)
When we run a container, the name of the container is `nginxtest`, but when we `rm` or `stop` it, it should be also `nginxtest`.
2017-08-17 14:48:37 -07:00
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