Commit Graph

47592 Commits

Author SHA1 Message Date
John Mulhausen 93a665ed9d
Navigation under "Reference" and "Manuals," Registry warning, "Latest" UCP/DTR (#5469)
* Revamp Product Manuals and Reference

* Nips and tucks

* Lose the snark
2017-12-08 14:34:57 -08:00
Gwendolynne Barr 8f9c5a5444
Patch release 17.09.1-ce (#5473) 2017-12-08 12:53:31 -08:00
Bui Quang Duc 94e0a5dc8c Update part4.md 2017-12-07 14:02:56 -08:00
Joao Fernandes 0800559f48 Remove protocol from url 2017-12-07 14:01:53 -08:00
Eiichi Kitagawa b497b7e8c3 Adding reference to Hardware Requirement
DTR has higher requirement than regular worker nodes, and it is somehow listed on UCP section instead of here.  Adding reference.
2017-12-07 14:01:53 -08:00
Trapier Marshall e37c3a4dac dtr: promote current_issues in rethinkcli docs
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-12-07 14:00:23 -08:00
Joao Fernandes 6cfcb5439b Remove path-based routing 2017-12-07 13:58:53 -08:00
Joao Fernandes 5aaf20232f
Remove docker/dtr dumpcerts (#5463) 2017-12-07 11:53:28 -08:00
Jim Galasyn 0efab6dd8f
Fix broken link (#5452) 2017-12-06 15:41:02 -08:00
Michael Friis d10979f508 update system requirements (#5437)
* update system requirements

* just link to compat matrix
2017-12-06 14:52:45 -08:00
Michael Friis 527cbb0eda remove windows manual instructions (#5310) 2017-12-04 14:39:36 -08:00
asleea88 c09d16b415 Pointing wrong URI to prometheus alert (#5433)
It seems to be pointing wrong or legacy URI(https://prometheus.io/docs/alerting/rules/)
The URI(https://prometheus.io/docs/alerting/rules/) returns "Page Not found".
I found alternative URI(https://prometheus.io/docs/alerting/overview/) for Prometheus alert.

I just exchange 'https://prometheus.io/docs/alerting/rules/' to 'https://prometheus.io/docs/alerting/overview/'
2017-12-04 11:51:33 -08:00
Brett Randall 8d522c8539 Update fedora.md (#5424)
Added Fedora 26, which is served from https://download.docker.com/linux/fedora/26/ .
2017-12-04 11:43:31 -08:00
Matthew J. Clemente 3d8c483124 Update instructions to match page wording (#5431)
Make sure that language in instructions matches AWS page.
2017-12-04 11:42:13 -08:00
alekblank 5ae90f43aa Removed the word old (referring to windows) (#5421)
Hyper-V isnt available in windows 10 home. May lead someone on a wild goose chase thinking there computer should work.
2017-12-04 11:41:42 -08:00
John Mulhausen 5d9fb348e2
Remove obsolete style guide link
Fixes #5435
2017-12-04 11:36:14 -08:00
Sebastiaan van Stijn be5c366831 Fix "convenience script" install method description (#5430)
The convenience script always installs the latest version
of docker that is available in the "edge" channel.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-12-01 11:19:29 -08:00
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
Tony Pujals 04a21a8de0 Add missing Docker edition names to content table (#5328) 2017-11-30 14:25:15 -08:00
Laura Frank 5701d86f06 Add example for `preferences` under deploy `placement` (#5415) 2017-11-30 13:55:52 -08:00
Oleksii Trekhleb 79214841f3 Specify that docker-compose.test.yml file structure is similar to docker-cloud.yml (#5417)
It seems unclear from documentation what format and other options the docker-compose.test.yml may have. By specifying that its structure is similar to docker-cloud.yml developers will get a hint of where to search for further docker-compose.test.yml specification.
2017-11-30 13:32:54 -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
parmentelat 2cdf0e3ba2 Update index.md (#5401)
Micro typo
2017-11-28 08:16:11 -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
Michael Friis a047d2e9b2 add known issue for swarm admin UI bug (#5399)
* add known issue for swarm admin UI bug

* elaborate on new known issue
2017-11-27 15:35:26 -08:00
Jim Galasyn 137b562718
Release notes for EE version 17.06.2-ee-6 (#5400)
* Bump EE version to 17.06.2-ee-6

* Add release notes
2017-11-27 14:41:56 -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
Joao Fernandes 3ca13855ad
Update DTR cli reference (#5379) 2017-11-22 15:56:23 -08:00
Joao Fernandes 78e86d562b
How to find DTR replica ID (#5362)
* How to find DTR replica ID

* Address feedback
2017-11-22 14:54:43 -08:00
gtardif 1d4bc9cbaa Minor typo fix : “Reset to factory default” instead of “Reset to defaults” (#5375)
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2017-11-22 11:48:58 -08:00
Misty Stanley-Jones 69350e7b92
Fix typo in flag name (#5376) 2017-11-22 11:48:24 -08:00
gtardif 789150504b Docker for mac edge relnotes 17.11.0-ce-mac40 (#5373)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2017-11-22 08:37:19 -08:00
gtardif 3ae8e15ad2 Docker for windows edge relnotes 17.11.0-ce-win40 (#5374)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2017-11-22 08:36:57 -08:00
Rupin Jairaj 0c0fde8205 Update multi-service_container.md (#5113)
Fixed a typo.
2017-11-21 15:37:14 -08:00
Eiichi Kitagawa 3526bf68a7 Specifying the OS for Docker4Azure (#5353)
Image `docker4x/create-sp-azure` is Linux image, so it has to run on Linux machine.
2017-11-21 15:36:27 -08:00
Viktor Stanchev f8b428ca4f add missing release note to DTR patches 2017-11-21 14:54:34 -08:00
Misty Stanley-Jones 71a396aea1
Fix admonition in release note (#5348) 2017-11-21 10:54:19 -08:00
Fernando Mayo d6e384e90b Fix offline install links for DTR 2.3.5 and 2.2.10
Signed-off-by: Fernando Mayo <fernando@docker.com>
2017-11-21 10:41:21 -08:00
Gwendolynne Barr 9e348b0943 Repair broken link (#5341) 2017-11-21 09:21:55 -08:00
Joao Fernandes 0cc4b88682 Update DTR release notes 2017-11-20 17:40:01 -08:00
Joao Fernandes b7df86008b Update DTR release dates, deprecate /imagescan/layer 2017-11-20 17:40:01 -08:00
Joao Fernandes 86377f739c Release DTR 2.4.1 2017-11-20 17:40:01 -08:00
Joao Fernandes 549064312f Release DTR 2.3.5 2017-11-20 17:40:01 -08:00
Joao Fernandes 068ae714cf Release DTR 2.2.10 2017-11-20 17:40:01 -08:00
Misty Stanley-Jones d69fb89733 Reorg references tab 2017-11-20 14:25:56 -08:00
gbarr01 8677231eff Update API docs and variables 2017-11-20 14:25:56 -08:00
gbarr01 23e525082a Updated CLI reference files 2017-11-20 14:25:56 -08:00
gbarr01 e19223dd94 Add 17.11 edge release notes 2017-11-20 14:25:56 -08:00