Commit Graph

173 Commits

Author SHA1 Message Date
Dawn W Docker b49e6e0d5c branding changes for EE
Signed-off-by: Dawn W Docker <dawn.wood@users.noreply.github.com>
2019-06-12 08:32:09 -07:00
paigehargrave 0dab4ade68
Merge branch 'master' into name-change-for-Docker-Desktop 2019-01-14 11:14:48 -05:00
paigehargrave be8ceaa893
Update configure-your-notary-client.md 2019-01-11 14:13:42 -05:00
paigehargrave d552074f7a
Update index.md 2019-01-11 14:05:53 -05:00
Anne Henmi e395b9de4b
Merge pull request #7187 from trapier/notary-set-selinux-context
notary: set selinux context while installing
2018-12-28 10:18:47 -07:00
Maria Bermudez a3589d02d9
Merge pull request #909 from docker/docs-public
Merge Docker Hub content into Master
2018-12-07 10:04:17 -08:00
L-Hudson ec6b413950
Update set-up-vulnerability-scans.md
editorial crx
2018-12-06 16:50:48 -05:00
Jeffrey Morgan f6bbf912db Typo fixes 2018-12-03 22:30:33 -05:00
JoeWrightss 3b4103fc4a fix typos
Signed-off-by: JoeWrightss <zhoulin.xie@daocloud.io>
2018-11-19 23:32:28 +08:00
Jeffrey Morgan d15739c5e7 Merge branch 'master' into consolidation-changes 2018-11-14 18:29:09 -05:00
Jeffrey Morgan ca466a55ed Rename Docker Store and Docker Cloud - WIP 2018-10-04 19:41:32 -04:00
Anne Henmi 02f4298f8f
Update configure-your-notary-client.md 2018-09-24 13:22:25 -06:00
Oscar Caballero 269c80d2d9 Spelling revision 2018-09-23 21:43:11 +02:00
Trapier Marshall 54ab2ffa65 notary: set selinux context while installing
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2018-08-08 11:52:07 -04:00
Trapier Marshall 8a252f02d1 dtr rethinkcli: promote non-interactive mode
in troubleshooting non-interactive mode facilitates copy-paste from docs to
shell

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2018-08-01 13:02:15 -04:00
Trapier Marshall 141dc80d33 dtr troubleshooting: improve ping test docs
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2018-06-28 15:23:17 -07:00
Trapier Marshall 4fffc0ae55 dtr: align haproxy timeouts with recommendations (#6836)
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2018-06-06 20:44:35 -07:00
Joao Fernandes 15e787fcfa Run spell checker 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 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
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 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 068ae714cf Release DTR 2.2.10 2017-11-20 17:40:01 -08:00
Shubheksha Jalan 215f842d83 add link to compatibility matrix (#4983) 2017-10-16 16:56: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
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
Viktor Stanchev f4a1dce557 DTR 2.2.9 release notes (#4569)
* DTR 2.2.9 release notes
2017-09-26 09:54:53 -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 ff4d39fa90 Improve DTR backup and restore (#4602) 2017-09-12 16:35:51 -07:00
Jim Galasyn 685a37c527 Tweak join option (#4583) 2017-09-11 14:08:18 -07:00
Jim Galasyn 3f5ace4da8 Add dumpcerts CLI topic (#4557) 2017-09-07 17:48:13 -07:00
Jim Galasyn 0fa4db0a19 Add sudo to curl command (#4552) 2017-09-07 16:12:05 -07:00
Joao Fernandes dd43ecd454 Release notes for DTR 2.2.8, 2.3.1 2017-08-24 15:15:30 -07:00
Mark Church baa9b00c0b Update troubleshoot-with-logs.md (#4175) 2017-08-17 14:15:28 -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
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
Wang Jie 143807195a Update install.md (#3882) 2017-07-18 13:58:31 -07:00
Wang Jie a9dd54e199 Update reconfigure.md (#3883)
Add an escape character (\) to the cell to prevent wrongly generating a new column.
2017-07-18 13:57:54 -07:00
Wang Jie d43f00f851 Update restore.md (#3884) 2017-07-18 13:57:27 -07:00
Wang Jie c62b3ca4d2 Update upgrade.md (#3885) 2017-07-18 13:55:41 -07:00
Patrick Devine 80877cec2e New notes for 2.2.6 (#3771)
* New notes for 2.2.6

* Bump DTR version
2017-07-05 10:58:45 -07:00
Andy Clemenko 65e69afdfe Added anchor for API (#3513)
The anchor is going to be used in the chaining doc.
2017-06-20 14:11:44 -07:00
Andy Clemenko 5bda6b0b33 Correcting the docs. (#3514) 2017-06-20 10:57:44 -07:00
Viktor Stanchev f3a7e35b14 Update index.md (#3551) 2017-06-09 16:47:40 -07:00