Commit Graph

159 Commits

Author SHA1 Message Date
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
Joao Fernandes 4b0a66c5d2 Release UCP 2.1.8 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
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
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 0b73d7b02b Fix broken link 2018-02-01 13:25: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 07f34e677d Release UCP 2.2.5, 2.1.6 2018-01-16 15:58:17 -08: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
Jim Galasyn eb75097db8 Fix port in domain name topic (#5016) 2017-10-17 17:02:28 -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 fa2b58f766 Add note about HA and load balancers (#4671) 2017-09-19 13:54:15 -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
Javier Arellano be0e410f24 Fix example (#4631)
Fix sudo command in example
2017-09-14 11:51:38 -07:00
Joao Fernandes b7a44e15b4 Update UCP system requirements (#4600) 2017-09-13 15:57:23 -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 1979162614 Fix node state message (#4555) 2017-09-07 16:31:58 -07:00
Jim Galasyn 9f15cba3c7 Remove superfluous cd (#4551) 2017-09-07 13:50:15 -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 665225de15 Add helpful links and notes to UCP upgrade (#4474) 2017-08-31 12:39:40 -07:00
Joao Fernandes 2a7a19afb8 Fix UCP 2.1 screenshots 2017-08-25 09:56:49 -07:00
Joao Fernandes cdddbbe31f Fix broken link 2017-08-22 16:33:16 -07:00
Joao Fernandes 3b66acf7d0 Refactor image names and versions (#159)
* Refactor org/repo:version for DTR

* Refactor org/repo:version for UCP
2017-08-15 23:31:15 -07:00
ada f9b19f9dc6 Update system-requirements.md (#4086)
minor grammar edit
2017-08-03 15:54:53 -07:00
Joao Fernandes 12cfc64e4c Release UCP 2.1.6/2.0.4, DTR 2.2.7, 2.1.7 (#3935) 2017-07-20 14:13:02 -07:00
Jim Galasyn bfda12f536 Fix allowed intervals for UCP metrics (#3693)
Removed "d" as an option for the METRICS_DISK_USAGE_INTERVAL and METRICS_DISK_USAGE_INTERVAL environment variables.
2017-06-23 12:34:41 -07:00
Ryan Zhang 850cea684a Replace UCP controller with manager (#3326) 2017-06-20 13:56:55 -07:00
maynep c0639bba84 Removed incorrect encrypt comment text (#3663)
Removed ", encrypt it," from comment in non-encrypted code block
2017-06-20 11:59:38 -07:00
Thomas Findelkind ad3a9087ad Update system-requirements.md (#3455)
changed to TCP and UDP for port 4789.
2017-06-12 09:13:00 -07:00
Joao Fernandes f7586f224f Update system-requirements.md (#3492) 2017-06-07 15:19:39 -07:00
Joao Fernandes 9fe58e93c9 Fix broken link (#3364) 2017-05-24 08:59:12 -07:00
Lee Namba 7873719a0c Update backups-and-disaster-recovery.md (#3303)
Corrected incorrect mention of dtr image
2017-05-19 15:42:05 -07:00
Jim Galasyn 4d87b4fc1a Fix broken image links (#3270) 2017-05-15 10:11:52 -07:00
Joao Fernandes efbea092c9 Fix typo (#3247) 2017-05-13 00:25:55 +00:00
Joao Fernandes 4f350e0efd Add network requirements for UCP (#3208) 2017-05-09 13:24:44 -07:00
Joao Fernandes 3937b23690 UCP 2.1.4 (#3166) 2017-05-04 15:29:45 -07:00
Jim Galasyn 35f2f181b3 Update LDAP integration topic for UCP 2.1.3 web ui (#3107) 2017-04-27 15:37:29 -07:00
Wang Jie 8109c115ae Update cli-based-access.md (#3043) 2017-04-25 13:55:59 -07:00
Wang Jie 414eeed99a Update use-domain-names-to-access-services.md (#3045)
Repair the inconsistency between subject and pronoun.
2017-04-25 13:55:12 -07:00
Wang Jie 33eadaeece Update index.md (#3047) 2017-04-25 13:52:48 -07:00
Wang Jie 9709c5378e Update index.md (#3048) 2017-04-25 13:52:03 -07:00
Joao Fernandes 386958533f Remove link to netlify (#3054) 2017-04-25 13:51:23 -07:00
Jim Galasyn e70c60ff03 Add engine ID error condition to UCP troubleshooting (#3057) 2017-04-25 12:34:18 -07:00
Lenny Linux 9a1f99cd11 add warning class and a linebreake to the warning blogquote (#2937)
* Update fedora.md

add warning class to blogquote

* Update linux-postinstall.md

add warning class to blogquote

* Update ubuntu.md

add warning class to blogquote

* Update https.md

add warning class to blogquote

* Update swarm_manager_locking.md

add warning class to blogquote

* Update dockerlinks.md

add warning class to blogquote

* Update deploying.md

add warning class to blogquote

* Update deploying.md

add warning class to blogquote

* Update insecure.md

add warning class to blogquote

* Update discovery.md

add warning class to blogquote

* Update dockerd.yaml

add warning class to blogquote

* Update docker_secret_rm.yaml

add warning class to blogquote

* Update docker_service_rm.yaml

add warning class to blogquote

* Update docker_secret_rm.yaml

add warning class to blogquote

* Update scale-your-cluster.md

add warning class to blogquote

* Update resource_constraints.md

add warning class to blogquote

* Update binaries.md

add warning class to blogquote

* Update content_trust.md

add warning class to blogquote

* Update secrets.md

add warning class to blogquote

* Update index.md

add warning class to blogquote

* Update install-sandbox-2.md

add warning class to blogquote

* Update docker-toolbox.md

add warning class to blogquote

* Update index.md

add warning class to blogquote

* Update centos.md

add warning class to blogquote

* Update debian.md

add warning class to blogquote

* Update faqs.md

add linebreak after Looking for popular FAQs on Docker for Windows?

* Update install.md

add linebreake after **Already have Docker for Windows?**

* Revert "Update dockerd.yaml"

This reverts commit 3a98eb86f700ade8941483546c33f69a9dab8ac3.

* Revert "Update docker_secret_rm.yaml"

This reverts commit 5dc1e75f37033932486c11287052b7d64bf83e55.

* Revert "Update docker_service_rm.yaml"

This reverts commit a983380a5625b471f1a03f8ed2301ead72f98f1b.

* Revert "Update docker_secret_rm.yaml"

This reverts commit 4c454b883c300e26fbb056b954bb49ec2933b172.
2017-04-25 11:33:27 -07:00
Cory Locklear f09ef4ae26 #1168: Incorrect TLS cert instructions for Intermediate CA (#2881)
* #1168: TLS cert configuration instructions for Intermediate CA on UCP

* Fix long line

* Fix long line

* Fix to incorrect information

* Update TLS info for UCP 2.1
2017-04-24 11:34:59 -07:00
Wang Jie 5210a4e31e Update backups-and-disaster-recovery.md: add Oxford commas and end punctuation (#3017) 2017-04-24 11:29:46 -07:00