Commit Graph

1061 Commits

Author SHA1 Message Date
Jim Galasyn 68519022ef Add default_node_orchestrator option to config (#335)
* Fix broken link

* Add default_node_orchestrator option
2018-04-16 13:31:24 -07:00
Joao Fernandes 40c89589f5 Rename UCP RBAC files (#320)
* Rename UCP RBAC files

* Fix broken links
2018-04-16 13:31:24 -07:00
Jim Galasyn 7cffdcb6ab Update with new settings (#334) 2018-04-16 13:31:24 -07:00
Jim Galasyn 81b4173357 Fix broken link (#332) 2018-04-16 13:31:24 -07:00
Jim Galasyn 8b6687ea9a Add note about z Systems; fix images (#328) 2018-04-16 13:31:24 -07:00
Jim Galasyn b8791aa88e Tweaked ports per feedback (#322) 2018-04-16 13:31:24 -07:00
Jim Galasyn d3f2593793 Add Kube ports (#319) 2018-04-16 13:31:24 -07:00
Jim Galasyn 9d0682e8db Move /deploy node content to /datacenter 3.0 (#318)
* Move /deploy node content to /datacenter 3.0

* Move scale you cluster topics

* Fix up links in join-nodes topics
2018-04-16 13:31:24 -07:00
Joao Fernandes 15e787fcfa Run spell checker 2018-04-16 13:31:24 -07:00
Joao Fernandes 4290e3a2cd Update UCP RBAC to use simple layout 2018-04-16 13:31:24 -07:00
Joao Fernandes 288db22c35 Move RBAC articles back to /ucp (#316)
* Move RBAC articles back to /ucp

* Fix TOC for RBAC
2018-04-16 13:31:24 -07:00
Joao Fernandes 2cfe2b8a83 Introduce Interlock (#311)
* Introduce Interlock

* Organize directory structure for Interlock
2018-04-16 13:31:24 -07:00
Joao Fernandes d09719ebd4 Introduce DTR 2.5 2018-04-16 13:31:24 -07:00
Joao Fernandes 373cc84e01 Introduce UCP 3.0 2018-04-16 13:31:24 -07:00
Eiichi Kitagawa 09f8c126f4 missing \ on multi-line command (#6442) 2018-04-12 10:15:40 -07:00
Joao Fernandes 5a88bacf47
[2.2] Always use your client bundle (#6422) 2018-04-10 15:11:22 -07:00
Joao Fernandes 683d14ae4c [2.2]Fix snippet to prepare Windows node 2018-04-05 11:46:52 -07:00
Abhinand Jinugu f1789dfe57 Update related to HRM on Windows Nodes
Update related to HRM on Windows Nodes
2018-04-02 15:09:11 -07:00
Jim Galasyn aed4d39353
Update release notes for 2.2.7 (#6310)
* Update relnotes for UCP 2.2.7.

* Update with final copy

* Add links for 2.2.7 images

* Tweak verbiage
2018-03-26 10:15:37 -07:00
Joao Fernandes d3e24a2807
Update UCP config file reference (#6222)
Update UCP config file reference
2018-03-20 15:39:35 -07:00
Joao Fernandes a43b2197df
Add note about restoring with NFS (#6270) 2018-03-20 15:38:15 -07:00
Joao Fernandes 39074a34b5
Bump Engine, UCP, DTR (#6260)
* Bump UCP to 2.2.6
* Bump DTR to 2.4.3
* Bump EE engine to 17.06.2-ee-7
* Address feedback
2018-03-19 11:18:18 -07:00
Michael 5edf2f07d9 Update "configure local computer" for SUSE SLES 12 2018-03-15 11:52:39 -07:00
Akim Demaille 14b53b68c3 Jekyll: don't put {% raw %} directives in pre blocks
Replace all occurrences of

    ```foo
    {% raw %}
    bar
    {% endraw %}
    ```

(which generates spurious empty lines in the rendered pre block) with

    {% raw %}
    ```foo
    bar
    ```
    {% endraw %}

Also, fix some occurrences where the raw section is too large and
prevented interpretation of Jekyll directives.

This is the syntax used in the documentation of Jekyll itself:

https://raw.githubusercontent.com/jekyll/jekyll/master/docs/_docs/templates.md

FTR, done with two perl substitutions:

    '^([\t ]*```[^\n]*
    )([ \t]*\{% raw %\}[^\n]*
    )' '$2$1'

and

    '^([ \t]*\{% endraw %\}[^\n]*
    )([\t ]*```[^\n]*
    )' '$2$1'

and manually tweaks.  A mechanical check would be most useful.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-03-13 10:28:29 -07:00
Nathan Jones bf0f9768c4 Fixed broken dtr_version rendering
Commands were failing because the DTR version number wasn't rendering. I fixed it on this page by replacing "dtr_version" with "page.dtr_version" in three places.
2018-03-12 14:19:02 -07:00
Trapier Marshall 6211d325e8 indicate units on ucp metrics intervals
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2018-03-12 14:17:54 -07:00
Steven Showers 09aebb8a42 Update use-domain-names-to-access-services.md
Per https://github.com/docker/escalation/issues/467#issuecomment-370944782, it is not possible to redirect HTTPS to HTTP. A customer requested that we note this in the documentation (see Salseforce ticket 00040429).
2018-03-08 16:49:58 -08:00
Joao Fernandes eeb765a316 Clarify which version of Notary to use with EE 2018-03-05 11:09:33 -08:00
Joao Fernandes 8f8427f04f Improve wording for UCP 2.2.5 release notes 2018-03-01 11:51:18 -08:00
Ryan Abrams f930ae9781 Update index.md (#6116) 2018-02-28 10:03:11 -08:00
Kyle Squizzato 2e25dd40b0 Access rethinkcli through dtr-rethinkdb (#6061)
* dtr-rethinkdb now houses the rethinkcli which means we no longer need
 to pull the rethinkcli container from hub.

Signed-off-by: Kyle Squizzato <kyle.squizzato@docker.com>
2018-02-26 10:28:54 -08:00
Abhinand Jinugu d82e8c955a HRM and Window Servers (#5962)
* HRM and Window Servers

Note:- Windows Server doesn't support Swarm Mode Routing Mesh yet (not considering Windows Server version 1709 which will be out soon). This means the hrm service is exposed only through the manager node's ip (since Windows Server cannot be a manager node). Therefore the DNS entry for the host name ('wordpress.example.org' in this example) should be mapped to the manager node and not to any of the Windows worker nodes.

* HRM with Windows Server

HRM with Windows Server
2018-02-21 13:17:09 -08:00
Joao Fernandes 22b970c642 Address feedback on UCP 2.2.5 known issues 2018-02-15 15:55:01 -08:00
Joao Fernandes 0e0eecf1d5 Make sure users encrypt UCP backups 2018-02-15 15:54:47 -08:00
Joao Fernandes 9f6359d650 Fix broken link 2018-02-15 11:27:41 -08:00
Joao Fernandes 2480222b4e Release UCP 2.1.7, DTR 2.2.11, 2.3.6, 2.4.2 2018-02-13 11:22:01 -08:00
Joao Fernandes 235a431f4a Fix broken links 2018-02-12 14:38:39 -08:00
Joao Fernandes e3f27df7af Add known issue to UCP 2.5 2018-02-09 13:28:39 -08:00
ada 0bdd490620 Removed "encryption" detail from unencrypted example (#5921) 2018-02-07 16:17:33 -08:00
Cheryl 9d15f4b4d0 Fixed tar options and path for restoring images
`-z` option for tar is used to filter through gzip. This should be excluded for the restore as it was not used during the backup.
The path is also fixed as it recreated the entire path within the volumes folder.
2018-02-06 09:31:07 -08:00
Joao Fernandes 0b73d7b02b Fix broken link 2018-02-01 13:25:14 -08:00
Joao Fernandes ec67657806 Fix broken link (#5885) 2018-02-01 12:58:28 -08:00
Joao Fernandes 6df34957dc Fix broken link 2018-01-29 13:36:25 -08:00
Jim Galasyn 391549728c
Add PowerShell command to UCP client bundle topic (#5857) 2018-01-29 09:13:08 -08:00
Joao Fernandes 9a13aac814 Fix broken link (#5838) 2018-01-26 13:56:59 -08:00
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
Alexandre Pinon c27fdb2e72 Remove/destroy DTR replica
I think the actual documentation can be confusing.
In fact if we want to completely remove a DTR cluster, we can use the destroy command, it is fine.

But, if we just want to remove a replica from a cluster, it is better to use the remove command which is safer and cleaner.
The destroy command do not send a notification to the RethinkDB on the others replicas which can be dangerous and leads to unhealthy DTR clusters.
2018-01-26 10:03:29 -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
Aaron Thomas eca889ca88 Updating set-up-high-availability.md
This request is based on an internal support case with Genesys ( A Docker Enterprise Customer ) who confirmed through our sales department ( who has relayed they've confirmed via engineering ) that we current support installing DTR on the same nodes as UCP manager nodes. Our documentation however says this is a requirement and Genesys has requested we update our documentation to reflect this which is the basis of this change. [https://docker.my.salesforce.com/5000f00001FBE2l](Docker Support Case 00033149)
2018-01-02 10:02:03 -08:00
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
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
Joao Fernandes 51dd725ecc Update DTR system requirements (#5115) 2017-10-25 10:49:38 -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
Shubheksha Jalan 215f842d83 add link to compatibility matrix (#4983) 2017-10-16 16:56:55 -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
Viktor Stanchev 1241b2e76f DTR 2.3.4 release notes (#4852)
* DTR 2.3.4 release notes
2017-10-12 15:25:38 -07:00
Jim Galasyn 552e7df058 Note about upgrade paths (#4922) 2017-10-12 13:39:09 -07:00
Joao Fernandes 7e9a22455e Update H3 to H2 (#4917) 2017-10-12 11:16:42 -07:00
Jim Galasyn ec23f1e8d8 Add note on NTP sync (#4919) 2017-10-12 10:40:18 -07:00
Wang Jie 178a36cffc Update index.md (#4872) 2017-10-12 08:47:41 -07:00
Wang Jie dd0d7a1b42 Update backup.md (#4874) 2017-10-12 08:47:24 -07:00
Wang Jie 2e56d9beec Update index.md (#4875) 2017-10-12 08:46:56 -07:00
Wang Jie dfa1cad96a Update destroy.md (#4876) 2017-10-12 08:46:30 -07:00
Wang Jie 13070597b4 Update join.md (#4878) 2017-10-12 08:46:02 -07:00
Wang Jie cb108a832c Update remove.md (#4879) 2017-10-12 08:45:16 -07:00
Wang Jie 988e9697db Update upgrade.md (#4880) 2017-10-12 08:44:43 -07:00
Wang Jie 127bc45950 Update index.md (#4881) 2017-10-12 08:43:49 -07:00
Wang Jie 3a7d457b2e Update pull-and-push-images.md (#4882)
* Update pull-and-push-images.md

* Update pull-and-push-images.md
2017-10-12 08:43:06 -07:00
Wang Jie 1e918c05ac Update delete-images.md (#4883) 2017-10-12 08:42:38 -07:00
Wang Jie 6a66307b46 Update prevent-tags-from-being-overwritten.md (#4884) 2017-10-12 08:42:15 -07:00
Wang Jie 389fa860c2 Update manage-trusted-repositories.md (#4899) 2017-10-12 08:41:46 -07:00
Wang Jie 8586c3e6e7 Update index.md (#4886) 2017-10-12 08:41:12 -07:00
Wang Jie 138b8c2902 Update scan-images-for-vulnerabilities.md (#4900) 2017-10-12 08:40:34 -07:00
Wang Jie 3d84d94796 Update reconfigure.md (#4902) 2017-10-12 08:37:49 -07:00
Wang Jie 9185776971 Update release-notes.md (#4903) 2017-10-12 08:36:59 -07:00
Wang Jie f3736fe93b Update create-and-manage-webhooks.md (#4904) 2017-10-12 08:36:07 -07:00
Wang Jie 2082ba7517 Update create-promotion-policies.md (#4905) 2017-10-12 08:35:34 -07:00
Wang Jie 43e33e0e1d Update backups-and-disaster-recovery.md (#4906) 2017-10-12 08:34:49 -07:00
Joao Fernandes 7af3be816a Install DTR through UCP UI (#4890) 2017-10-11 11:21:46 -07:00
Joao Fernandes 22c2d9dfcc Fix wrong image (#4889) 2017-10-11 11:14:47 -07:00
Wang Jie ac71789dcb Update index.md (#4855) 2017-10-10 07:12:30 -07:00
Wang Jie 58da38a288 Update release-notes.md (#4856) 2017-10-10 07:11:56 -07:00
Wang Jie 41a4ba573f Update index.md (#4857) 2017-10-10 07:11:30 -07:00
Wang Jie 0d69e2a6b7 Update system-requirements.md (#4858) 2017-10-10 07:11:00 -07:00
Wang Jie c0be765e02 Update index.md (#4859) 2017-10-10 07:10:19 -07:00
Wang Jie ce3a7674d2 Update install-offline.md (#4860) 2017-10-10 07:09:47 -07:00
Wang Jie c0f46bc44d Update uninstall.md (#4861) 2017-10-10 07:08:55 -07:00
Wang Jie d5c8427ef6 Update s3.md (#4864)
Should it be "IAM policy" rather than "AIM policy"?
2017-10-10 07:06:54 -07:00
Wang Jie 8606bc03d7 Update index.md (#4865)
Should "an" be used here?
2017-10-10 07:06:26 -07:00
Wang Jie c8a2484e4c Update garbage-collection.md (#4866) 2017-10-10 07:05:55 -07:00
Benjamin Issa 464880ed16 "DTR needs that a majority" -> "DTR requires that a majority" (#4851)
* Update backups-and-disaster-recovery.md

* Update backups-and-disaster-recovery.md
2017-10-09 13:49:00 -07:00
Wang Jie c37f8c3e1a Update index.md (#4849) 2017-10-09 10:22:19 -07:00
Wang Jie e2097289c7 Update cli-based-access.md (#4848) 2017-10-09 10:21:53 -07:00
Wang Jie 9cc3b1e5b4 Update create-and-manage-users.md (#4846) 2017-10-09 10:20:19 -07:00
Wang Jie 6d01b64094 Update index.md (#4845) 2017-10-09 10:19:43 -07:00
Wang Jie d4a19be08b Update upgrade.md (#4844) 2017-10-09 10:18:42 -07:00
Wang Jie e757b1b3e7 Update uninstall-ucp.md (#4843) 2017-10-09 10:18:04 -07:00
Wang Jie 60314965ee Update restore.md (#4842) 2017-10-09 10:17:16 -07:00
Wang Jie 52c6a2be0c Update backup.md (#4825) 2017-10-06 16:58:47 -07:00
Wang Jie 4a9e36966c Update install.md (#4826) 2017-10-06 16:58:27 -07:00
Trapier Marshall dcc745b67f dtr: operationalize rethinkcli docs (#4791)
populate REPLICA_ID variable to cut down on copy-paste while
troubleshooting.

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-10-06 10:26:47 -07:00
Jim Galasyn 5698ef7c4f Add note about stack deploy for image pulls (#4815) 2017-10-05 15:01:51 -07:00
Jim Galasyn da0e5d2b38 Update IAM policy block json (#4814) 2017-10-05 14:04:22 -07:00
Bart X Tubalinal 430ce2ea21 Typo-Fix (#4805) 2017-10-05 02:22:40 -07:00
Jim Galasyn 3599a96ad5 Move redirects to latest versions (#4804) 2017-10-04 18:16:35 -07:00
Misty Stanley-Jones 7a71508625 Fix heading levels (#4788)
There were H3 headings without parent H2 headings.
2017-10-03 11:42:12 -07:00
Jim Galasyn a40f89d856 [WIP] Add feedback on UCP disaster recovery (#4690)
* Add feedback on UCP disaster recovery

* Add table of backed up UCP data

* Add orgs to backup table

* Add feedback from Wayne and Josh
2017-10-02 16:09:48 -07:00
Vivek Saraswat 66bbbeab95 HEAD vs GET for ping (#4758)
Adding a description of https://github.com/docker/orca/issues/9701 until we can get this fixed
2017-10-02 11:50:25 -07:00
Jeff Anderson 74a05028c7 Document the HRM default backend behaviors (#4748) 2017-10-02 10:54:22 -07:00
Wang Jie aa674631d4 Update index.md (#4771) 2017-10-02 10:50:09 -07:00
Wang Jie b5ab50f927 Update backups-and-disaster-recovery.md (#4770) 2017-10-02 10:49:42 -07:00
Wang Jie a602fac14c Update troubleshoot-configurations.md (#4769) 2017-10-02 10:48:32 -07:00
Wang Jie c685515a35 Update use-node-local-network-in-swarm.md (#4768) 2017-10-02 10:47:33 -07:00
Wang Jie 7eb41aa0c0 Update ucp-configuration-file.md (#4767) 2017-10-02 10:46:29 -07:00
Wang Jie 220f8e7676 Update store-logs-in-an-external-system.md (#4766) 2017-10-02 10:44:15 -07:00
Wang Jie d983f72fdc Update set-up-high-availability.md (#4765) 2017-10-02 10:43:45 -07:00
Wang Jie 7c7cbd9395 Update integrate-with-dtr.md (#4763) 2017-10-02 10:43:18 -07:00
Wang Jie 49ef1e5828 Update set-session-timeout.md (#4764) 2017-10-02 10:42:45 -07:00
Wang Jie 7f40428fa0 Update join-windows-worker-nodes.md (#4762) 2017-10-02 10:42:15 -07:00
Wang Jie d77ebe6bfc Update system-requirements.md (#4750) 2017-09-29 03:37:49 -07:00
Wang Jie 31521bdc36 Update upgrade.md (#4753) 2017-09-29 03:37:20 -07:00
Wang Jie 0736779d2a Update plan-installation.md (#4752) 2017-09-29 03:36:24 -07:00
Jim Carroll 9de1f5ed49 Updated broken path (#4715)
Updated path to reflect current location of manage-access-with-collections.md
2017-09-28 17:16:28 -07:00
Wang Jie 50a99c7dd2 Update architecture.md (#4744) 2017-09-28 10:53:16 -07:00
Wang Jie 91c6e5efc2 Update linux.md (#4739) 2017-09-28 10:52:05 -07:00
Viktor Stanchev f4a1dce557 DTR 2.2.9 release notes (#4569)
* DTR 2.2.9 release notes
2017-09-26 09:54:53 -07:00
Joao Fernandes 95a5f2bfd7 Remove docker/ucp fingerprint (#4703) 2017-09-22 15:19:50 -07:00
Brett Inman 273a9448fd Update RAM recommendation for UCP managers (#4689)
* Update RAM recommendation for UCP managers
2017-09-22 11:57:50 -07:00
Jim Galasyn e6bc5dd69a Update required CentOS version (#4678) 2017-09-20 13:42:54 -07:00
Jim Galasyn 34d55ca951 Update required CentOS version (#4676) 2017-09-19 15:54:04 -07:00
Jim Galasyn fa2b58f766 Add note about HA and load balancers (#4671) 2017-09-19 13:54:15 -07:00
Andy Clemenko c976c02331 remove the recommendation of 7 nodes. (#4657)
removing the recommendation of 7 managers nodes based guidance from engineering. they claimed 7 manager nodes was less performative then 5.
2017-09-18 17:00:11 -07:00
Jim Galasyn b576e23bf5 Update ElasticSearch command (#4659) 2017-09-18 14:45:21 -07:00
Jim Galasyn 5e99cfe339 Add note about manager node minimum requirements (#4653) 2017-09-18 10:00:10 -07:00
Jim Galasyn e0bfcf33d5 Add note about IP protocol 50 (ESP) traffic (#4650) 2017-09-15 17:18:26 -07:00
Trapier Marshall 102684b047 UCP: operationalize config file editing (#4605)
Made instructions for editing UCP config copy-pastable with in-line
comments. This removes the need to copy-part-of-a-line,
paste-some-output-from-another-command, copy-next-part-of-a-line,
repeat, until a command is complete.

Also moved the "Example config" below "Inspect and modify" to improve
readability as "Inspect and modify" is a more common workflow.

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-09-15 15:44:03 -07:00
Jim Galasyn aaf90c9dfc WIP: Add topic on stacks and collections (#4623)
Add topic on stacks and collections
2017-09-14 18:10:06 -07:00
Javier Arellano be0e410f24 Fix example (#4631)
Fix sudo command in example
2017-09-14 11:51:38 -07:00
Joao Fernandes 8120e83429 Add HRM with path-based routing (#4632) 2017-09-14 11:48:30 -07:00
Joao Fernandes d317d6d451 Add permission level for scanning images (#4625) 2017-09-14 10:51:45 -07:00
Joao Fernandes b7a44e15b4 Update UCP system requirements (#4600) 2017-09-13 15:57:23 -07:00
Trapier Marshall f42f2a9858 ucp: correct agent config change command (#4595)
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-09-13 15:55:21 -07:00
Viktor Stanchev f36e261b6f DTR 2.3.3 release notes (#4568)
* DTR 2.3.3 release notes
2017-09-13 15:51:41 -07:00
Trapier Marshall cfad72023b ucp: fix support dump --log-driver arp placement (#4619)
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-09-13 15:50:01 -07:00
Joao Fernandes 898270c233 Release UCP 2.2.3 (#4621) 2017-09-13 15:34:49 -07:00
Joao Fernandes 9d9d5a0147 Explain how to use a proxy with DTR (#4608) 2017-09-13 15:30:53 -07:00
Joao Fernandes 864d53b63c Improve description of tagmigration in DTR (#4599) 2017-09-13 15:26:23 -07:00
Trapier Marshall 161094bd3f Add current_issues table to DTR troubleshooting (#4496)
rethinkdb current_issues table is relevant in troubleshooting rethinkdb
issues.

Ref: https://www.rethinkdb.com/docs/system-issues/

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-09-13 10:13:48 -07:00
Joao Fernandes 753901936b Improve notary setup for DTR (#4603) 2017-09-12 16:36:41 -07:00
Joao Fernandes ff4d39fa90 Improve DTR backup and restore (#4602) 2017-09-12 16:35:51 -07:00
Joao Fernandes 2788c56ce7 Update garbage collection in DTR (#4598) 2017-09-12 11:31:37 -07:00
Joao Fernandes 3f0c3c3297 Replace Datacenter with Docker EE (#4566) 2017-09-11 17:08:22 -07:00
Trapier Marshall b6137ace7c indicate how to modify ucp config file (#4508)
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-09-11 17:01:17 -07:00
Trapier Marshall 67f560b57e port dtr 2.2 troubleshooting improvements to dtr 2.3 (#4495)
"cherry pick" the following commits into DTR 2.3 troubleshooting docs
- 2b4ce127df
- baa9b00c0b

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-09-11 16:39:44 -07:00
Trapier Marshall 5fe6bc542a syntax: docker config create for ucp (#4494)
`--name` is not a valid argument on `docker config create`

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-09-11 16:37:20 -07:00
Jim Galasyn 7da2baedef Use ucp_ver for dsinfo-win label (#4585)
* Use ucp_ver for dsinfo-win label

* Refactor win_server_zip_url
2017-09-11 14:59:01 -07:00
Victoria Bialas 7e9234338b Fix broken links on UCP links and TOC on 2.1 (#4573)
* fix UCP links and TOC on 2.1

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* re-organized 2.1 TOC to put TLS certs at end like for 2.2

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* fix links per Joao's comments

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-09-11 14:32:53 -07:00
Jim Galasyn 685a37c527 Tweak join option (#4583) 2017-09-11 14:08:18 -07:00
Jim Galasyn f207a54260 Add LDAP description and example (#4581) 2017-09-11 11:53:49 -07:00
ada 66b83257d7 Upgrade UCP & Where to go Next links to wrong page (#4472) 2017-09-11 09:46:56 -07:00
Aaron Miller 8b819ddd2c Fix Windows support dump to use version number (#4467)
latest tag does not work
2017-09-11 09:45:48 -07:00
Edgar Lee 43b40cdc39 Update content cache configs with new style configuration (#4572) 2017-09-11 09:37:31 -07:00
Jim Galasyn 809708d42b Add latest versions of CentOS and RHEL (#4567) 2017-09-08 12:01:39 -07:00
Joao Fernandes 78cd5a3ecf Fix issues around UCP, DTR, content trust (#4558)
* Explain behavior with UCP and DCT

* Disable DCT before upgrading DTR
2017-09-08 10:48:47 -07:00
Joao Fernandes 02a7613696 Fix typo (#4514) 2017-09-07 18:06:54 -07:00
Jim Galasyn 3f5ace4da8 Add dumpcerts CLI topic (#4557) 2017-09-07 17:48:13 -07:00
Jim Galasyn 1979162614 Fix node state message (#4555) 2017-09-07 16:31:58 -07:00
Jim Galasyn 0fa4db0a19 Add sudo to curl command (#4552) 2017-09-07 16:12:05 -07:00
Jim Galasyn 9f15cba3c7 Remove superfluous cd (#4551) 2017-09-07 13:50:15 -07:00
Jim Galasyn 36910ffc1d Update Add Node screenshot (#4550) 2017-09-07 13:30:16 -07:00
Jim Galasyn fbd515db0e Add explanation of default role for new users (#4515)
* Add explanation of default role for new users

* Incorporate feedback
2017-09-05 18:08:38 -07:00
Jim Galasyn e9101f07d2 Add topic on session settings (#4511)
* Add topic on session settings

* Incorporated feedback
2017-09-05 12:43:14 -07:00
Jim Galasyn 115ccf10b4 Add es tag (#4482) 2017-08-31 16:44:50 -07:00
Jim Galasyn aeb506b3ca Add note about swarm mode (#4478) 2017-08-31 15:24:46 -07:00
Jim Galasyn 9995dd4b2f Fix link (#4475) 2017-08-31 13:18:11 -07:00
Jim Galasyn 665225de15 Add helpful links and notes to UCP upgrade (#4474) 2017-08-31 12:39:40 -07:00
Joao Fernandes 8f1ba11746 Release UCP 2.2.2 (#4456) 2017-08-30 18:04:57 -07:00
Jim Galasyn c6d413a8c4 Update LDAP screenshot and UI descriptions (#4435) 2017-08-29 17:09:38 -07:00
Joao Fernandes 843d8ab430 Fix broken link (#4432) 2017-08-29 15:55:05 -07:00
Jim Galasyn 623478bb56 Fix link to LDAP topic (#4428) 2017-08-29 11:34:57 -07:00
Viktor Stanchev 9618d6704b Update release-notes.md (#4401) 2017-08-28 14:04:31 -07:00
Jim Galasyn c316fd3f2c Fix link to DTR install topic (#4383) 2017-08-25 13:58:14 -07:00
Jim Galasyn eac03a4597 Add UCP network latencies table (#4382) 2017-08-25 13:19:59 -07:00
Viktor Stanchev bbba44c0a8 DTR 2.3.2 release notes (#4377)
* DTR 2.3.2 release notes

* Bump DTR 2.3 version
2017-08-25 11:58:05 -07:00
Joao Fernandes 2912b2c475 Update UCP known issues 2017-08-25 11:27:10 -07:00
Joao Fernandes fe52c96fd7 Revert "Add release notes for UCP 2.2.1"
This reverts commit 25da2e5e13.
2017-08-25 11:25:08 -07:00
Jim Galasyn 6b42871da9 Update roles graphic (#4376) 2017-08-25 10:33:16 -07:00
Joao Fernandes 2a7a19afb8 Fix UCP 2.1 screenshots 2017-08-25 09:56:49 -07:00
Joao Fernandes b0a595fb01 Rename DTR deployment policies article 2017-08-25 09:56:23 -07:00
Joao Fernandes 0a0e58ef68 Add release notes for UCP 2.2.1 2017-08-24 15:37:01 -07:00
Joao Fernandes dd43ecd454 Release notes for DTR 2.2.8, 2.3.1 2017-08-24 15:15:30 -07:00
Jim Galasyn e4f6a87c56 Add links to UCP on Windows topic (#4340) 2017-08-23 14:51:03 -07:00
Jim Galasyn 91c7923e02 Update UCP upgrade screenshots (#4338) 2017-08-23 13:11:28 -07:00
Joao Fernandes cdddbbe31f Fix broken link 2017-08-22 16:33:16 -07:00
Jim Galasyn 0fb0104497 Add --log-driver option to UCP/DTR backup commands (#4326) 2017-08-22 15:15:26 -07:00
Joao Fernandes 5b89916a80 Fix broken link (#4308) 2017-08-21 18:27:17 -07:00
Jim Galasyn 4a9a44c574 Update UCP API ref (#4311) 2017-08-21 14:56:26 -07:00
Joao Fernandes 768fd32262 Remove internal flag from UCP 2017-08-21 09:44:52 -07:00
Jim Galasyn 973ea916f3 Add cool rbac graphics (#4289) 2017-08-18 16:55:17 -07:00
InDieTasten 418b77d714 Fix were -> where typo in dtr/2.0/install/index.md (#4260) 2017-08-18 10:46:08 -07:00
Joao Fernandes 32384dd12d Update UCP release notes with known issues (#4251) 2017-08-18 08:20:46 -07:00
Joao Fernandes 5d0be0fafe Update DTR system requirements (#4252) 2017-08-17 16:20:30 -07:00
Mark Church baa9b00c0b Update troubleshoot-with-logs.md (#4175) 2017-08-17 14:15:28 -07:00
Jim Galasyn 8e75de2ab1 Fix two rbac images (#4250) 2017-08-17 13:42:24 -07:00
Joao Fernandes 563ead8129 Add known issue to DTR (#4227) 2017-08-17 09:57:08 -07:00
Joao Fernandes 9d41a5db2d Update UCP support dump command (#4226) 2017-08-17 09:56:24 -07:00
Joao Fernandes 1fa5f5988d Refactor rbac topics (#4229)
* Refactor rbac topics

* Make headings sentence case
2017-08-17 08:36:18 -07:00
Viktor Stanchev 19bf822746 more dtr 2.3.0 release notes 2017-08-16 17:31:37 -07:00
Alex Mavrogiannis 4e31cef646 Remove period from UCP 2.2 release notes
Signed-off-by: Alex Mavrogiannis <alex.mavrogiannis@docker.com>
2017-08-16 16:21:20 -07:00
Joao Fernandes b21df94c00 Fix install DDC on Linux 2017-08-16 15:29:44 -07:00
Joao Fernandes 6944451c31 Update DTR release note date (#4216) 2017-08-16 09:01:51 -07:00
Jordan Anderson 362c0f8815 Fixing syntax for DTR upgrade command
Added missing colon between `dtr_repo` and `dtr_version`
2017-08-16 08:47:31 -07:00
Joao Fernandes b8599978ef Remove mentions of beta in DDC articles 2017-08-15 23:40:09 -07:00
Joao Fernandes 667320282c Updates UCP 2.2.0 release notes (#236) 2017-08-15 23:31:15 -07:00
Jim Galasyn fa7b36c629 Update versions to GA; remove Beta admonitions (#232) 2017-08-15 23:31:15 -07:00
Michael Friis 606b4ffe49 tweak new feature wording (#233)
* tweak new feature wording

* linebrak fix
2017-08-15 23:31:15 -07:00
Jim Galasyn b231266993 First drafts of rbac tutorials (#227) 2017-08-15 23:31:15 -07:00
Joao Fernandes e0e03bcf12 Fix broken link (#223) 2017-08-15 23:31:15 -07:00
Joao Fernandes 331983b366 Move Datacenter articles below Docker EE (#224)
* Move DDC articles in TOC

* Update TOC to make DDC part of Docker EE
2017-08-15 23:31:15 -07:00
Joao Fernandes 15067fbc17 Fix Jekyll warnings 2017-08-15 23:31:15 -07:00
Trapier Marshall 0a646eeae0 use sudo when curling DTR cert into /etc
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2017-08-15 23:31:15 -07:00
Jim Galasyn 3de302c121 Bump ee version (#221) 2017-08-15 23:31:15 -07:00
Jim Galasyn 636ebdbbe6 Add note about node IPs and certs (#216) 2017-08-15 23:31:15 -07:00
Jim Galasyn e9cd784732 Update rbac diagrams (#214)
* Update rbac diagrams

* Add Liquid tags to images
2017-08-15 23:31:15 -07:00
Jim Galasyn 19387c2caa Add grant diagram to authentication topic (#213) 2017-08-15 23:31:15 -07:00
Jim Galasyn c6f004efd0 Add diagram to teams rbac topic (#212) 2017-08-15 23:31:15 -07:00
Viktor Stanchev 8597339e41 Update DTR release notes for GA 2017-08-15 23:31:15 -07:00
Jim Galasyn 60e11a92aa Incorporate feedback in macvlan topic (#211) 2017-08-15 23:31:15 -07:00
Jim Galasyn cc4547ff42 Add screenshot for custom role (#210) 2017-08-15 23:31:15 -07:00
Jim Galasyn f722b2134d Add view-only rbac diagram (#208) 2017-08-15 23:31:15 -07:00
Jim Galasyn b001712037 Update fonts in diagrams (#207) 2017-08-15 23:31:15 -07:00
Jim Galasyn 6ef9fd3a9b Add nodes rbac diagram (#205) 2017-08-15 23:31:15 -07:00
Jim Galasyn fa9c3cece6 Add config network topic, incl. macvlan ui (#203)
* Draft of macvlan topic

* Add topic on config networks

* Incorporate feedback
2017-08-15 23:31:15 -07:00
Jim Galasyn cca5f739c2 Add rbac images (#202)
* Add first draft of collections diagram

* Add diagram for node rbac

* Add diagram for node rbac

* Add diagram for volume rbac
2017-08-15 23:31:15 -07:00