Commit Graph

783 Commits

Author SHA1 Message Date
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