Commit Graph

45228 Commits

Author SHA1 Message Date
Joao Fernandes 396206b5c8 Move dtr to datacenter/dtr/2.1 2016-11-05 22:06:58 -07:00
Joao Fernandes bf2ec3c6b8 Delete Dockerfile, makefile 2016-11-05 22:03:20 -07:00
Joao Fernandes c2e8d4d216 Delete Dockerfile, makefile 2016-11-05 22:02:16 -07:00
Joao Fernandes 56245f9000 Move docs to /ucp/datacenter/2.0 2016-11-05 21:56:46 -07:00
Joao Fernandes 3a327b6376 Review UCP/DTR integration docs 2016-11-05 21:53:53 -07:00
Joao Fernandes 1544b6c784 Remove doc pages not applicable to 2.0 2016-11-05 21:53:53 -07:00
Matt Bentley 4a26b1899f Update and clarify example
Signed-off-by: Matt Bentley <matt.bentley@docker.com>
2016-11-05 21:53:53 -07:00
Adrian 714aba8a51 [hrm] Improve docs and network creation (#3774)
Several minor fixes for HRM:

- Make the `ucp-hrm` network encrypted by default
- Add a `ucp-hrm` access label to the ucp-hrm label so groups can be
  granted the ability to put services on this network (since we have no
  `docker network update` command)
- Remove a few lingering `lb` identifiers in the UI code
- Document the polling interval and the access label
2016-11-05 21:53:53 -07:00
Joao Fernandes 839b2f9a23 Update docs, upgrade during beta 2016-11-05 21:53:53 -07:00
Joao Fernandes f366b85789 Update release notes version 2016-11-05 21:53:53 -07:00
Joao Fernandes f692f850f1 Update docs Dockerfile to only build UCP docs 2016-11-05 21:53:53 -07:00
Joao Fernandes 4a49dc2e04 Update install docs to beta3 2016-11-05 21:53:53 -07:00
Joao Fernandes d02e36610a Format improvements to release notes 2016-11-05 21:53:53 -07:00
Vivek Saraswat db53480d63 Adds UCP 2.0.0 Beta2 Release Notes
Adds the release notes (features and bug fixes) for UCP 2.0.0 Beta2
2016-11-05 21:53:52 -07:00
Joao Fernandes 0f75b5e914 Clean hostname routing docs 2016-11-05 21:53:52 -07:00
Adrian Kreher 810cc2c25e [docs] HTTP Routing Mesh documentation 2016-11-05 21:53:52 -07:00
Joao Fernandes c04613bed1 Fix docs broken link 2016-11-05 21:47:15 -07:00
Joao Fernandes ed6d402bea Delete complex instructions and unused images 2016-11-05 21:47:15 -07:00
LRubin 1468b94a57 checking in last edits
Signed-off-by: LRubin <lrubin@docker.com>
2016-11-05 21:47:15 -07:00
LRubin a2bddfece9 rough pass on tutorial so joao can see
Signed-off-by: LRubin <lrubin@docker.com>
2016-11-05 21:47:15 -07:00
LRubin b838999ee0 rework on install UCP docs
split file into install and tutorial

Signed-off-by: LRubin <lrubin@docker.com>
2016-11-05 21:47:15 -07:00
Joao Fernandes 18df166334 Update system requirements, open port 4789 2016-11-05 21:47:15 -07:00
Joao Fernandes bfbd93827e Remove links to CS Engine in docs 2016-11-05 21:47:14 -07:00
Joao Fernandes a6c88191af Fix install docs 2016-11-05 21:47:14 -07:00
Joao Fernandes 4e5a44d4e3 Adds release notes for 2.0 2016-11-05 21:47:14 -07:00
Misty Stanley-Jones 1d0e3c1313 Update UCP CLI reference to match CLI
Fixes #3185

Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-11-05 21:47:14 -07:00
Joao Fernandes 99383268ca Review upgrade docs for 2.0 2016-11-05 21:47:14 -07:00
Joao Fernandes 90e7e82e47 Update architecture docs 2016-11-05 21:47:14 -07:00
David Yu 51820181ad adding slash (#3353) 2016-11-05 21:47:14 -07:00
Joao Fernandes bfef36de86 More updates to release notes 2016-11-05 21:47:14 -07:00
Joao Fernandes 8ec528a0e7 Fix typo in release notes 2016-11-05 21:47:14 -07:00
Joao Fernandes edd52bb95d Add release notes for 1.1.4 2016-11-05 21:47:14 -07:00
Joao Fernandes c34b4dae68 Update install docs and system requirements 2016-11-05 21:47:14 -07:00
Riyaz Faizullabhoy f897f4c298 include key import in docs
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
2016-11-05 21:47:13 -07:00
David Yu 03968311ef reordering sentences in step 2 2016-11-05 21:47:13 -07:00
David Yu 9c523a4112 adding explicit instructions to use same engine version 2016-11-05 21:47:13 -07:00
Adrian 50041753a7 [bootstrapper] Rename uninstall to uninstall-ucp (#3193)
Also add warnings about a swarm bug that will prevent them from joining
new nodes until UCP is reinstalled.

Resolves #3144.
2016-11-05 21:47:13 -07:00
Wayne Song 9edcc93240 Disable use of the --fresh-install flag entirely during installation (#3049)
Display an error message if a user tries to use the --fresh-install flag
directing them to uninstall and reinstall instead.
2016-11-05 21:47:13 -07:00
Riyaz Faizullabhoy 558820cb22 Notary flow docs (#2653)
* Notary admin and user flow docs

Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>

* more admin type command runbooks

Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>

* Include information about client bundle

Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>

* Fix typos and review comments

Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>

* Include client certificate bundle retrieval

Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>

* Notary certificate troubleshooting

Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>

* Address review comments

Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>

* Improve structure of notary integration docs

* Integrate Riyaz feedback

* Cleans up docs with most common Notary commands
2016-11-05 21:47:13 -07:00
David Yu ac5576bd2e fixing grammer 2016-11-05 21:47:13 -07:00
David Yu 9cfd5697d0 adding more information about installing UCP with vm templates 2016-11-05 21:47:13 -07:00
Joao Fernandes 00158cc77d Fix redirect in docs 2016-11-05 21:47:13 -07:00
Joao Fernandes 15d6c0b61f Update offline install docs to 1.1.3 2016-11-05 21:47:13 -07:00
Joao Fernandes bec029d04f Improve release notes for 1.1.3 2016-11-05 21:47:13 -07:00
Alexandros Mavrogiannis f6537074d4 edited release notes (#2876) 2016-11-05 21:47:12 -07:00
Alex Mavrogiannis 5d380a1ddc add release notes for 1.1.3 2016-11-05 21:47:12 -07:00
Matt Bentley e933e3da84 Added ntp docs; fixes #2028
Signed-off-by: Matt Bentley <matt.bentley@docker.com>
2016-11-05 21:47:12 -07:00
Joao Fernandes 79f2bdb5e4 Update CLI reference docs 2016-11-05 21:47:12 -07:00
Joao Fernandes 1b885e7f1a Add docs to upgrade from 1.1 to Seattle 2016-11-05 21:47:12 -07:00
Joao Fernandes 19f2bbbaa8 Update permission docs 2016-11-05 21:47:12 -07:00