Commit Graph

374 Commits

Author SHA1 Message Date
Lorenz Vanthillo
74d7ea3691 Update scan-images-for-vulnerabilities.md (#6788) 2018-05-31 06:28:29 -07:00
Joao Fernandes
6b50e864d9 Release DTR 2.4.4 2018-05-17 10:00:12 -07:00
Joao Fernandes
586b64454c Release DTR 2.3.7 2018-05-17 10:00:12 -07:00
Joao Fernandes
deb6e92697 Move DTR 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
Gwendolynne Barr
3dcc8d0b55 Remove references to security scanning for private repos (#6444) 2018-04-20 10:33:55 -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
Joao Fernandes
1b85eec287 Refactor promotion policies (#400)
* Refactor promotion policies
* Introduce pull mirroring
* Introduce push mirroring
2018-04-16 13:31:24 -07:00
Joao Fernandes
5446f6563e Remove unnecessary redirects (#411) 2018-04-16 13:31:24 -07:00
Joao Fernandes
8c8787da99 Add online GC (#408)
* Add online GC
2018-04-16 13:31:24 -07:00
Joao Fernandes
12837ac681 Add repo creation on push (#407) 2018-04-16 13:31:24 -07:00
Jim Galasyn
2515febf9c Port misc DTR topics to template (#405) 2018-04-16 13:31:24 -07:00
Jim Galasyn
1e7f55061c Port DTR user topics to template (#404) 2018-04-16 13:31:24 -07:00
Jim Galasyn
bbebeaed2e Port DTR monitor topics to template (#403) 2018-04-16 13:31:24 -07:00
Jim Galasyn
a02682836d Port DTR manage users topics to template (#402) 2018-04-16 13:31:24 -07:00
Jim Galasyn
328a77cc82 Port DTR install topics to template (#401) 2018-04-16 13:31:24 -07:00
Jim Galasyn
4b50fa25b2 Port DTR disaster topics to template (#399) 2018-04-16 13:31:24 -07:00
Jim Galasyn
638cded45c Port DTR config topics to template (#398) 2018-04-16 13:31:24 -07:00
Joao Fernandes
fc4c17d483 Introduce DTR access tokens (#394)
* Introduce DTR access tokens
2018-04-16 13:31:24 -07:00
Joao Fernandes
3d8bf746ee Refactor DTR disaster recovery (#357)
* Refactor DTR disaster recovery docs
* Introduce disaster recovery overview
* Introduce emergency-repair
* Add DTR offline backup option
2018-04-16 13:31:24 -07:00
Jim Galasyn
7e3c6d1e27 Ported topics to template; fixed links; updated config versions (#384) 2018-04-16 13:31:24 -07:00
Joao Fernandes
7857b354ed Move DTR reference docs to /reference 2018-04-16 13:31:24 -07:00
Joao Fernandes
c5619be27c Improve DTR lb and troubleshooting docs 2018-04-16 13:31:24 -07:00
Joao Fernandes
ddb07f4978 Mention --dtr-external-url in install docs 2018-04-16 13:31:24 -07:00
Joao Fernandes
7c2cc549e9 Fix terminology in DTR 2018-04-16 13:31:24 -07:00
Joao Fernandes
97eeab2205 Update DTR permission levels 2018-04-16 13:31:24 -07:00
Joao Fernandes
9eaf0ab118 Clarify Windows base image details 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
d09719ebd4 Introduce DTR 2.5 2018-04-16 13:31:24 -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
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
Joao Fernandes
eeb765a316 Clarify which version of Notary to use with EE 2018-03-05 11:09:33 -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
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
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
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
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