Commit Graph

1276 Commits

Author SHA1 Message Date
Simon Hambly 471454b620 Make 'use a process manager' clearer (#5409)
* Make 'use a process manager' clearer

The "Use a process manager" section appears to mix use of process manager on host with using process managers within a container.

The essence of the section appears to suggest that host-level process managers are ok as long as you don't combine them with docker restart policies.  But paragraphs 2 & 3 (in the original) seem to actively discourage the use of process managers within containers. Putting paragraphs 2 & 3 under an explicit heading would be clearer.

Should a section on process mangers within containers be expanded? There are lots of articles on the internet that relate to using process managers to start multiple processor in containers or to manage zombie pid 1 processes.  Are there official recommendations on what to do in these situations — whether to use a process manager or is a recommended 'docker native' way to achieve the same results?

* Updated to use the warning class
2017-12-01 09:58:25 -08:00
Misty Stanley-Jones 50e775a4a6
Fix example labels (#5419) 2017-11-30 09:51:49 -08:00
dmarkle 22bae65cce Typo (#5408) 2017-11-29 09:43:44 -08:00
David G Vigil Sr 26986a161e Update systemd.md (#5406)
Added 'sudo' to step 1 of HTTP/HTTPS proxy section.
2017-11-28 10:04:29 -08:00
mrfly 3d9d6a80a1 add troubleshooting (#5387)
* add troubleshooting

See: https://github.com/moby/moby/issues/34343

* express better
2017-11-28 08:10:44 -08:00
Khalid Mammadov 0955c88c3c /etc/network/interfaces change is not correct (#5394)
Spend "a few hours" on MACVLAN set up to get host machine access containers and finally found out that the setting on /etc/network/interface is not correct in this doc. After adding dash to "pre-up" and "pre-down" and restarting the interface (sudo ifdown mac0 && sudo ifup mac0) everything started working like a charm.
2017-11-27 12:17:28 -08:00
Misty Stanley-Jones 69350e7b92
Fix typo in flag name (#5376) 2017-11-22 11:48:24 -08:00
Gwendolynne Barr 9e348b0943 Repair broken link (#5341) 2017-11-21 09:21:55 -08:00
gbarr01 8677231eff Update API docs and variables 2017-11-20 14:25:56 -08:00
Gwendolynne Barr e20ccb3b75 Add new debian & ubuntu edge support (#5266) 2017-11-20 14:25:56 -08:00
Bhavin Gandhi 3123389ccb Add alt text to images which are missing it (#5047)
Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
2017-11-20 09:49:46 -08:00
Luke Peterson 47fc9b5b04 Add missing back-ticks (#5301)
Add missing back-ticks
2017-11-17 13:35:54 -08:00
Rishabh Joshi 8504d0a300 Fix linux-postinstall.md (#5327) 2017-11-17 13:23:33 -08:00
Trung Lê 8896e88867 mention about `log` metadata (#5319)
fluentd log driver returns a metadata that includes the `log` attribute

This is the main message that fluentd tend to filter on
2017-11-17 12:10:31 -08:00
ripcurld0 0df910d590 Add a note regarding retrieving log messages when tty is enabled (#5321)
When running a container with tty enabled and setting the journald
logging driver, you may see "blob data" instead of the real log
message.

That's because tty appends "\r" to the end of the log line,
which isn't stripped by jorunald unless you specify the "--all" flag.

Signed-off-by: Boaz Shuster <ripcurld.github@gmail.com>
2017-11-17 12:09:53 -08:00
Misty Stanley-Jones 956fe5924d
Update docs for new publish syntax (#5323) 2017-11-17 12:08:29 -08:00
kphunter 9308caf1f4 adds hostname to bash prompts (#5312) 2017-11-15 16:54:47 -08:00
Euan T 53e2478599 Fix indentation of Python example (#5290) 2017-11-13 11:55:41 -08:00
Misty Stanley-Jones b89bc433d3
Remove extra slash (#5294) 2017-11-13 11:52:49 -08:00
John Stephens eb317c952a Fix PowerShell escaping and update for DockerProvider (#4721)
Signed-off-by: John Stephens <johnstep@docker.com>
2017-11-10 15:52:59 -08:00
Misty Stanley-Jones 60286e718b
Clarify where signing and verification happen (#5149) 2017-11-10 15:26:35 -08:00
vkalik 21642e926c Example overlay IPs consistency (#5220) 2017-11-10 14:09:21 -08:00
Bret Fisher 06e64aaefe add placement pref note about null labels (#5250) 2017-11-10 14:05:34 -08:00
Michael Friis ee14ae5e5c remove note that's no longer accurate (#5248) 2017-11-10 11:36:17 -08:00
Paul Schulz 6040f5f23f Add detail on how to allow hosts to communicate via macvlan. (#5252) 2017-11-10 11:35:22 -08:00
Misty Stanley-Jones 8d1a1fcb12
Remove unclear content not meant for end users (#5278) 2017-11-10 10:50:08 -08:00
Xinfeng Liu 7ec947b877 fix "virtual" explanation for "docker ps -s" (#5273) 2017-11-10 09:24:51 -08:00
Misty Stanley-Jones a29b3744bc
Fix info about bip and fixed-cidr keys (#5268) 2017-11-09 16:18:02 -08:00
Michael Friis 6ccbd7ffb9 add ee preview (#5239) 2017-11-09 13:11:46 -08:00
Misty Stanley-Jones 8d446fd3eb
Clarify note about services running in host mode (#5265) 2017-11-09 11:54:11 -08:00
Misty Stanley-Jones a10715ab8e
Use correct syntax for localhost for mac / win (#5264) 2017-11-09 11:17:42 -08:00
Jim Armstrong 794456dccf Update work-with-networks.md (#5259)
larifies that the IP address used for binding should be an actual IP on the user's host, and not literally 172.23.0.1
2017-11-09 10:12:52 -08:00
Peter Wen a998ff1039 Update volumes.md
Fix bind-mounts link.
2017-11-06 18:05:19 -08:00
Misty Stanley-Jones d2091304ee
Document how to disable the default bridge (#5158) 2017-11-06 14:35:12 -08:00
Misty Stanley-Jones 8aee9fe189
Improvements to EE install for SLES (#5097) 2017-11-06 14:34:26 -08:00
Misty Stanley-Jones 91e75c3871
Add content about antivirus (#5152) 2017-11-06 14:32:08 -08:00
Misty Stanley-Jones cfd10052b9
Link to info about privileged containers (#5221) 2017-11-06 14:31:21 -08:00
Misty Stanley-Jones f9fcaac442
Add info about selinux limitations for IBM Z (#5222)
* Add info about selinux limitations for IBM Z

* Fix liquid error
2017-11-06 14:30:51 -08:00
Misty Stanley-Jones a15705ad87
Add caveats about the hosts entry in daemon.json (#5223) 2017-11-06 14:28:42 -08:00
Jim Galasyn db0f879883
Tweak step for re-installing UCP (#5216)
* Add a step for re-installing UCP
2017-11-03 15:50:45 -07:00
Misty Stanley-Jones e9fa593562 Add info about network size limits for swarm mode 2017-11-02 15:42:41 -07:00
Joao Fernandes 9598524ad8
Add line breaks to code snippets (#5166) 2017-10-30 16:59:11 -07:00
Victoria Bialas 81270cbd7d
added clarification to swarm configs and stack deploy topic (#5159)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-10-30 14:20:40 -07:00
Joao Fernandes ed03eaa108
Update Windows Server install instructions (#5129) 2017-10-27 15:48:16 -07:00
yonni12 066d1aaa89 Fix typo (#5140)
"take effect" rather than "take affect"
2017-10-27 14:22:31 -07:00
Joao Fernandes 661ae69c31 Fix typo (#5130) 2017-10-26 15:35:31 -07:00
Michael Friis f874d68c29 mention that UCP doesn't yet work on 1709 (#5084)
* mention that UCP doesn't yet work on 1709

* Update note to use new style
2017-10-26 14:48:02 -07:00
Brian Goff 73878e84ae Correct version typo in live-restore doc. (#5121)
The paragraph mentions that live restore is only supported for minor
releases (aka patch releases) but goes on to show "1.12.1" updated to
"1.13.2". This is unfortunately a pretty nasty typo and should be
"1.12.2" not "1.13.2".

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-10-26 13:58:25 -07:00
Michael a9812d3712 Minor edit (#5114)
Using verbose args in example makes it easier to grok
2017-10-25 18:09:59 -07:00
Arush Salil 52669983f8 Update code snippet (#5111)
In the code sample mentioned in `Start a service with volumes` it says

> The following example starts a nginx service with four replicas, each of which uses a local volume called myvol2.

But --replicas=4 is missing from the code sample which reads:

```
$ docker service create -d \
  --name devtest-service \
  --mount source=myvol2,target=/app \
  nginx:latest
```
Instead of this it rather should be:

```
$ docker service create -d \
--replicas=4 \
--name devtest-service \
--mount source=myvol2,target=/app \
nginx:latest
```
2017-10-25 18:08:45 -07:00