Commit Graph

443 Commits

Author SHA1 Message Date
Misty Stanley-Jones a55ddf60a9
Move /engine/installation to /install (#5651)
* Move /engine/installation to /install

* Add Docker for IBM Cloud to the matrix
2018-01-26 10:29:14 -08:00
Misty Stanley-Jones a4f5e30249
Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788)
* Reword lots of instances of 'will'

* Reword lots of instances of won't

* Reword lots of instances of we'll

* Eradicate you'll

* Eradicate 'be able to' type of phrases

* Eradicate 'unable to' type of phrases

* Eradicate 'has / have to' type of phrases

* Eradicate 'note that' type of phrases

* Eradicate 'in order to' type of phrases

* Redirect to official Chef and Puppet docs

* Eradicate gratuitous 'please'

* Reduce use of e.g.

* Reduce use of i.e.

* Reduce use of N.B.

* Get rid of 'sexagesimal' and correct some errors
2018-01-25 17:37:23 -08:00
Joao Fernandes b68eee92b0
Update how to get support (#5801)
* Update how to get support

* Address feedback
2018-01-23 16:11:34 -08:00
Joao Fernandes 21505eb604 Revert "Remove release notes for UCP 2.2.5"
This reverts commit 9d577bf552.
2018-01-17 08:26:35 -08:00
Joao Fernandes 9d577bf552 Remove release notes for UCP 2.2.5 2018-01-16 18:11:38 -08:00
Joao Fernandes 07f34e677d Release UCP 2.2.5, 2.1.6 2018-01-16 15:58:17 -08:00
Jim Galasyn f89605478d
Fix typo (#5693) 2018-01-08 08:54:52 -08:00
Jim Galasyn be82c97805
Fix typo (#5692) 2018-01-08 08:35:41 -08:00
Michael Pereira d6536e9ddc Fix link to LDAP configuration for UCP (#5645)
I suppose that the document for LDAP configuration was moved into the admin subfolder and this page wasn't updated as part of this commit: 623478bb56
2018-01-07 09:35:44 -08:00
Jim Galasyn 350d6f0846
Add sudo to CLI-based access snippet (#5652) 2018-01-02 12:20:33 -08:00
Steven Showers 7e102360d5 Update system-requirements.md
Added:

Note that, when planning for host storage, workflows based around `docker pull` through UCP will result in higher storage requirements on manager nodes, since `docker pull` through UCP results in the image being pulled on all nodes.

This has become an issue for some customers who did not plan to make additional storage available on UCP managers.
2018-01-02 10:07:30 -08:00
Aaron Thomas 47f9a8cf70 Added AWS IdleTimeout recommendations
@vikstrous: this change deals with some long-running DTR operations that required a 600 second idle timeout and missing for AWS LBs. The added change was sourced from: http://docs.aws.amazon.com/cli/latest/reference/elb/modify-load-balancer-attributes.html. Thanks!
2018-01-02 10:06:33 -08:00
Jim Galasyn 3ef9318fa1 Remove PS> prompts from Windows snippets (#5538) 2017-12-15 15:49:27 -08:00
Jim Galasyn 3869e764e3
Remove issue numbers from relnotes (#5490) 2017-12-11 11:26:24 -08:00
Joao Fernandes 6cfcb5439b Remove path-based routing 2017-12-07 13:58:53 -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 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
Brian Walker 1d39f3d624 Added Language regarding FW Ports (#5127)
* Added Language regarding FW Ports

Added additional language regarding system requirements and firewall ports to UCP installation.

* Update url to be relative instead of absolute
2017-11-20 09:59:07 -08:00
Michael Friis 1be0f9ce58 two decimal places not required for memory requirements (#5317) 2017-11-16 11:24:13 -08:00
Joao Fernandes 40c6a99757
Improve script to reset user password (#5298)
* Improve script to reset user password

* Update UCP recover pass
2017-11-14 11:05:54 -08:00
Jim Galasyn 3454f7753e
Fixup PowerShell code blocks (#5306) 2017-11-14 09:16:36 -08:00
Alex Seymour 738d87c1bf Correct sync_schedule in ucp-description-file.md (#5274)
* Correct sync_schedule in ucp-description-file.md

The sync_schedule parameter in the auth.ldap section of the UCP Configuration file contains a seconds field, whilst the existing documentation claims this is omitted. Should explicitly call out inclusion of seconds field here, as this is usually omitted in a standard CRON entry.

* Update UCP config

Make explicit that the `sync_schedule` needs to include the seconds field, but it always needs to be zero.
2017-11-10 13:12:18 -08:00
Trapier Marshall 6b21538aa3 clarify backup relationship between ucp and swarm (#5276)
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-11-10 09:21:13 -08:00
ollypom ee2dae0ebf Added correct UCP Header 2017-11-06 17:38:25 -08:00
Michael Friis 343db1ae44 fix date some more 2017-11-06 17:31:08 -08:00
ollypom 1c9f514a01 Added UCP 224 --data-path 2017-11-06 17:30:42 -08:00
Joao Fernandes 3990f601cd Introduce UCP 2.2.4 2017-11-02 09:31:55 -07:00
Trapier Marshall 82a7f716fc ucp hrm does not require publishing a port (#5181)
For UCP versions 2.1.2 and later HRM does not require `--publish`ing a
port.

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-11-01 18:17:54 -07:00
Trapier Marshall 76294fb7fd ucp: indicate how to validate client bundle communication (#5178)
* ucp: indicate how to validate client bundle loaded

Recommends using `docker version` to confirm UCP client certificate
bundle has been sourced and the client is successfully able to reach UCP.

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>

* Add raw/endraw Liquid tags
2017-11-01 14:05:57 -07:00
Vivek Saraswat ae8068f22f Run only signed images change (#5172)
* Run only signed images change

It turns out the "run only signed images" feature only works by selecting teams in the `docker-datacenter` org.  This became an issue in UCP 2.2 which has multiple org support.
2017-10-31 09:53:24 -07:00
Jim Galasyn 7ada9fdfcd
Fix raw tag (#5176) 2017-10-30 16:32:32 -07:00
Jim Galasyn f802229908
Add note about signing policy (#5171) 2017-10-30 16:01:20 -07:00
Michael Irwin 5e92b2ef43 Typos fixes in "Use Trusted Images for CI" (#5163)
Fixed a few typos. No real content changes.

Signed-off-by: Michael Irwin mikesir87@gmail.com
2017-10-30 09:51:19 -07:00
Jim Galasyn ae01237488
Add lb examples to UCP (#5160) 2017-10-27 16:26:59 -07:00
Jim Galasyn d73e595a7e
Add uninstall UCP steps for Windows Server (#5154) 2017-10-27 15:55:20 -07:00
Joao Fernandes aa0bf8c18e Edit snippet to be more verboe (#5147) 2017-10-27 14:28:19 -07:00
Jim Galasyn c46c1c7c46 Add quotes around env.sh subshell (#5132) 2017-10-26 16:41:28 -07:00
Jim Galasyn 82d7a8aa5e Add tcp port (#5124) 2017-10-26 09:10:25 -07:00
Frank Taillandier 2e2a148fe4 Fix liquid warning (#5109) 2017-10-25 12:49:00 -07:00
Jim Galasyn a9c76215e9 New topic on pulling IBM z images for UCP (#5085)
* New topic on pulling IBM z images for UCP

* Incorporate feedback

* Add table for os-dependent image names

* Add ucp-dsinfo to UCP components tables
2017-10-23 18:32:14 -07:00
Joao Fernandes 84e78883c7 Add known issue to UCP (#5086) 2017-10-23 16:32:16 -07:00
Bradley Cloete 02e0a52010 Update index.md (#5037)
Small grammatical change.
2017-10-19 15:47:22 -07:00
Jim Galasyn eb75097db8 Fix port in domain name topic (#5016) 2017-10-17 17:02:28 -07:00
Jim Galasyn 3c3319860e Move task states topic to Engine (#4961) 2017-10-13 16:00:10 -07:00
Jim Galasyn c497dbf42e Remove old note about custom tls certs and compose (#4954) 2017-10-13 15:01:11 -07:00
Jim Galasyn 552e7df058 Note about upgrade paths (#4922) 2017-10-12 13:39:09 -07:00
Jim Galasyn ec23f1e8d8 Add note on NTP sync (#4919) 2017-10-12 10:40:18 -07:00
Wang Jie 43e33e0e1d Update backups-and-disaster-recovery.md (#4906) 2017-10-12 08:34:49 -07:00
Wang Jie ac71789dcb Update index.md (#4855) 2017-10-10 07:12:30 -07:00