Commit Graph

333 Commits

Author SHA1 Message Date
Joao Fernandes
67ff2c2293 Review DTR architecture and sys reqs
Fixes docker/docs-private#46
2017-02-08 21:02:33 -08:00
Joao Fernandes
ae9f0299c5 Update images for beta2 2017-02-08 21:02:32 -08:00
Joao Fernandes
04b354802f Add release notes for DTR 2.2 beta 2 2017-02-08 21:02:32 -08:00
Joao Fernandes
eaeef2addc Remove /load_balancer_status from DTR 2017-02-08 21:02:32 -08:00
Joao Fernandes
ac1996ae1a Fix offline DDC install 2017-02-08 21:02:31 -08:00
Joao Fernandes
adc93e1b37 Adds release notes 2017-02-08 21:02:31 -08:00
Joao Fernandes
3c0e512e83 Update DTR 2.2 ref docs 2017-02-08 21:02:31 -08:00
Joao Fernandes
323c771372 Update DTR 2.2 docs 2017-02-08 21:02:31 -08:00
Joao Fernandes
ddc5b669f1 Adds DTR CLI and API ref docs 2017-02-08 21:02:31 -08:00
Joao Fernandes
46e4e522c3 Introduce webhooks in DTR 2017-02-08 21:02:31 -08:00
Joao Fernandes
8b6e00387f Introduce content caching in DTR 2017-02-08 21:02:31 -08:00
Joao Fernandes
4a66834262 Fix broken images and toc from DTR article reshuffle 2017-02-08 21:02:31 -08:00
LRubin
3f959afd8b two more nits
Signed-off-by: LRubin <lrubin@docker.com>
2017-02-08 21:02:29 -08:00
LRubin
9ebe122ed5 added tip about Upload button
Signed-off-by: LRubin <lrubin@docker.com>
2017-02-08 21:02:29 -08:00
LRubin
525590c422 add toli's requested clarifications about binary scan
Signed-off-by: LRubin <lrubin@docker.com>
2017-02-08 21:02:29 -08:00
LRubin
3559def55b incorporates feedback
Signed-off-by: LRubin <lrubin@docker.com>
2017-02-08 21:02:29 -08:00
LRubin
02f1bb25a9 rename file for better clarity
Signed-off-by: LRubin <lrubin@docker.com>
2017-02-08 21:02:29 -08:00
LRubin
2c19a4ec31 update toc
Signed-off-by: LRubin <lrubin@docker.com>
2017-02-08 21:02:29 -08:00
LRubin
4b2db2b1be admin and non-admin dtr scanning docs
Signed-off-by: LRubin <lrubin@docker.com>
2017-02-08 21:02:29 -08:00
LRubin
2ecac649b8 remove include line that was borking build
Signed-off-by: LRubin <lrubin@docker.com>
2017-02-08 21:02:29 -08:00
LRubin
d703f91f26 major refactor
Signed-off-by: LRubin <lrubin@docker.com>
2017-02-08 21:02:29 -08:00
LRubin
06f4ddbbc8 add todo markers before starting
Signed-off-by: LRubin <lrubin@docker.com>
2017-02-08 21:02:29 -08:00
Joao Fernandes
64041b7224 Add DTR 2.2 beta scaffold 2017-02-08 21:02:29 -08:00
Ryan Kennedy
037a02f5f7 Update index.md
Changed [Lear more] -> [Learn more]
2017-02-08 15:49:16 -08:00
Patrick Devine
07f6c4ac59 Add storage section and clarify sizing guidelines 2017-02-07 16:44:57 -08:00
Joao Fernandes
1f9d01aea6 Add release notes for DTR 2.1.4 2017-01-17 13:39:24 -08:00
Kevin Tan
3c398617c7 correct some spelling mistake 2017-01-17 10:00:30 +08:00
Joao Fernandes
c3ac3b3247 Add new redirect for DTR install 2017-01-12 11:43:14 -08:00
Joao Fernandes
4cf873e0de Fix DDC broken links reported on #1068 2017-01-09 15:06:03 -08:00
Joao Fernandes
75a267a6c4 Merge pull request #969 from joaofnfernandes/dtr-external-url
Replace dtr-load-balancer by dtr-external-url
2017-01-03 11:37:48 -08:00
Misty Stanley-Jones
c4da322034 Clean up some big, old files 2016-12-22 14:18:02 -08:00
Joao Fernandes
532c49758f Replace dtr-load-balancer by dtr-external-url
Fixes #961
2016-12-22 10:53:28 -08:00
Peter Dave Hello
5919563eb8 Lossless Image optimization (#959)
* re-compress jpg images losslessly using jpegoptim

* re-compress png images losslessly using zopflipng
2016-12-21 11:12:13 -08:00
Joao Fernandes
c0baaec1b3 Add release notes for DTR 2.1.3 2016-12-20 17:43:39 -08:00
Joao Fernandes
a5bf278899 Improve diagrams 2016-12-19 17:55:03 -08:00
Joao Fernandes
a11c5caa59 Add how to make mac/windows trust DTR 2016-12-15 13:28:44 -08:00
Joao Fernandes
8ef38d76d6 Add release notes for DTR 2.1.2 2016-12-13 13:06:47 -08:00
Joao Fernandes
0ffee96b0a Make clear where to run DDC commands 2016-12-12 15:59:05 -08:00
Joao Fernandes
5e73d6295d Automate display of urls for DDC offline install 2016-12-12 09:43:44 -08:00
Adrien Duermael
50ee158a65 CI - added test for keywords in markdown frontmatters (#805)
* added test for keywords

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* fixed keywords in some md files for tests to pass

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* fixed keywords in /datacenter

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* tests/Dockerfile: no need to add git

Signed-off-by: Adrien Duermael <adrien@duermael.com>

* tests/Dockerfile: changed maintainer

Signed-off-by: Adrien Duermael <adrien@duermael.com>
2016-12-06 16:45:11 -08:00
Joao Fernandes
beadac20c9 Introduce new redirect in ddc docs 2016-11-30 15:13:13 -08:00
Joao Fernandes
01eca2e2f1 Merge pull request #735 from joaofnfernandes/dtr-remove
Improve instructions to uninstall DTR
2016-11-28 17:04:17 -08:00
Joao Fernandes
1894591d43 Improve instructions to uninstall DTR 2016-11-28 16:59:01 -08:00
Joao Fernandes
fa4b1dd3c8 Fix typo in DDC release notes 2016-11-28 13:13:12 -08:00
John Mulhausen
2107bd3546 Merge pull request #728 from mstanleyjones/fix_doubled_words
Fix some doubled words
2016-11-28 11:50:56 -08:00
Misty Stanley-Jones
756f4d974c Fix some doubled words
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-11-28 11:32:17 -08:00
Banjot S Chanana
ba163f98f7 Update Release Notes for DTR 2.1.1 released
Release Notes for DTR 2.1.1
2016-11-23 22:46:54 -05:00
Joao Fernandes
312579df8b Merge pull request #692 from joaofnfernandes/ucp-2.0.1
Add release notes for UCP 2.0.1
2016-11-22 12:19:40 -08:00
Joao Fernandes
730f22526b Merge pull request #678 from joaofnfernandes/dtr-health-checks
Add more information about DTR healthchecks
2016-11-22 12:12:16 -08:00
Joao Fernandes
2b08ae1ee6 Update DDC offline install 2016-11-22 12:09:11 -08:00