Commit Graph

220 Commits

Author SHA1 Message Date
Maria Bermudez aaca9b83b5 Revert "Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2""
This reverts commit 4c95d161ca.
2018-08-29 19:01:03 -07:00
Maria Bermudez 4c95d161ca Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2"
This reverts commit af5f2fcc38, reversing
changes made to 338b690d26.
2018-08-29 18:37:44 -07:00
Maria Bermudez 840c167055 Revert "Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2""
This reverts commit 14080c18bd.
2018-08-29 18:36:03 -07:00
Maria Bermudez 14080c18bd Revert "Merge branch 'master' of github.com:docker/docs-private into test-branch-2"
This reverts commit af5f2fcc38, reversing
changes made to 338b690d26.
2018-08-29 14:47:31 -07:00
Trapier Marshall 44fb0d636a ucp support dump: include hostname and time
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2018-06-28 09:27:20 -07:00
Trapier Marshall 7c9c067370 ucp: node-local support dump works on all nodes
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2018-06-06 11:27:26 -07:00
Trapier Marshall a1de8bf85f typo in ucp ldap config (#6821) 2018-06-06 11:12:45 -07:00
Eiichi Kitagawa 64d1bf5020 Adding "windows" label to Windows node. (#6368)
* Adding "windows" label to Windows node.

Additional steps to add label to Windows Nodes.  This will allow admin to filter Windows node when creating a service like this.
`docker service create --constraint engine.labels.os==windows --name winonly microsoft/nanoserver`  The same steps are on this article: https://success.docker.com/article/how-can-i-assign-a-service-to-windows-nodes-only

* wrong environment variable fixed.
2018-05-14 11:13:01 -07:00
Joao Fernandes b20d1d4c2c Move UCP release notes to single page 2018-05-02 11:22:44 -07:00
Joao Fernandes e1e993e7b9 Leave breadcrumbs to new versions 2018-04-26 15:22:26 -07:00
Joao Fernandes 4945785894 Release UCP 2.2.9 2018-04-16 13:31:24 -07:00
Joao Fernandes 9a4fdf9476 /enterprise -> /ee (#415)
* /enterprise -> /ee
* /datacenter/dtr/2.5 -> /ee/dtr/
* /datacenter/ucp/3.0->/ee/ucp
* Fix configs
* Fix broken images
* Remove unused images for DTR
* Remove unused images for UCP
* Add a few redirects to avoid breaking beta exercises
2018-04-16 13:31:24 -07:00
Jim Galasyn 0518ac55c2 Port UCP user topics to template (#391) 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 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
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 8f8427f04f Improve wording for UCP 2.2.5 release notes 2018-03-01 11:51:18 -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 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
Jim Galasyn 391549728c
Add PowerShell command to UCP client bundle topic (#5857) 2018-01-29 09:13:08 -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
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