Commit Graph

752 Commits

Author SHA1 Message Date
Joao Fernandes d29842617f
Fix DTR backup/restore (#5565) 2017-12-19 14:48:17 -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 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 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
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
Viktor Stanchev f8b428ca4f add missing release note to DTR patches 2017-11-21 14:54:34 -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
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
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
Michael Friis 1be0f9ce58 two decimal places not required for memory requirements (#5317) 2017-11-16 11:24:13 -08:00
Joao Fernandes f554da0ac4
Update DTR upgrade docs (#5299) 2017-11-14 15:22:03 -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
John Mulhausen a24372ddde Update Rethink DB command (#5156)
* Update Rethink DB command

* Updates PR with feedback
2017-11-10 13:12:34 -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
Joao Fernandes 6e6c65337f Update notary audit logs 2017-11-10 10:15:16 -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
Joao Fernandes 3e9d95e85e Introduce Notary changeed 2017-11-07 09:47:00 -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
Misty Stanley-Jones 59663aa949 Fix the date 2017-11-02 18:31:37 -07:00
Joao Fernandes 09af1dcefb Update DTR 2.4 release notes date 2017-11-02 13:50:24 -07:00
Joao Fernandes 62ae1ec10c Update DTR 2.4 API reference 2017-11-02 10:03:22 -07:00
Joao Fernandes bcd9004979 Update DTR 2.4 CLI docs 2017-11-02 10:03:22 -07:00
Joao Fernandes ceb24a9ee7 Add DTR 2.4.0 release notes 2017-11-02 10:03:22 -07:00
Joao Fernandes c60e1efe5a Introduce DTR 2.4 2017-11-02 10:03:22 -07: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 cdc2fb36b9
Explain how to automate cache selection (#5153) 2017-10-27 15:47:51 -07:00
Victoria Bialas 3d9ba561b0
clarified DTR scanning for Windows images (#5151)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-10-27 15:13:16 -07:00