Joao Fernandes
4b2deaf404
Revamps docs for deploy app from CLI
2016-11-05 21:47:11 -07:00
Michael Friis
f1e124b2fb
fix links
...
the links are reversed, fix that
2016-11-05 21:47:11 -07:00
Joao Fernandes
8b4901d429
Adds reference docs for docker/ucp
2016-11-05 21:47:11 -07:00
Vivek Saraswat
d07f63fccd
Update release notes for UCP 1.1.2 ( #2227 )
...
* Update release notes for UCP 1.1.2
Updates release notes with features, bug fixes, and known issues for UCP 1.1.2 version.
* Update release_notes.md
2016-11-05 21:47:10 -07:00
Joao Fernandes
4321872ed0
Updates link for offline installation
2016-11-05 21:47:10 -07:00
Joao Fernandes
ef5ea7821f
Removes confusing instructions from docs
2016-11-05 21:47:10 -07:00
Joao Fernandes
42c145cdda
Fixes broken link in docs
2016-11-05 21:47:10 -07:00
Joao Fernandes
5719b81cd2
Fixes a bunch of docs maintenance issues
...
* Fixes #1963
* Fixes #1530
* Fixes #1710
* Fixes #1532
* Fixes #1517
2016-11-05 21:47:10 -07:00
Joao Fernandes
2acf50e834
Overhauls the permission docs
...
Cleans up existing permission docs to make it easier to find information.
Explodes existing article in:
* Authentication and authorization
* Create and manage users
* Create and manage teams
* Permission levels
This closes #1331
2016-11-05 21:47:10 -07:00
Joao Fernandes
c1569ae65a
Adds docs for LDAP integration
2016-11-05 21:47:10 -07:00
Joao Fernandes
f6fd9ec039
Updates docs with links to KB
2016-11-05 21:47:10 -07:00
Raymond Kung
1aeeba1574
Update cli-based-access.md
...
fixed a small spelling error
2016-11-05 21:47:10 -07:00
Joao Fernandes
1d9134da4c
Updates docs to have link to CS Engine
2016-11-05 21:47:10 -07:00
Joao Fernandes
24b1ec9d2a
Make HA and CA Replication Docs More Straightforward
...
Makes several changes to docs related to making high availability and
CA replication more straightforward.
This is essentially PR #1856 , with a few edits.
Closes #1856 .
2016-11-05 21:47:09 -07:00
Joao Fernandes
eb7eb9a570
Revamps UCP-DTR integration docs
2016-11-05 21:47:09 -07:00
Joao Fernandes
9bd58df36c
Updates docs for upgrading with latest image
2016-11-05 21:47:09 -07:00
Sven Dowideit
f66fc8e17a
hugo aliases need to be absolute
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2016-11-05 21:47:09 -07:00
Joao Fernandes
4e318e3f7d
Updates docs for offline install
2016-11-05 21:47:09 -07:00
Sven Dowideit
292ea87798
Docs validataion fixes
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2016-11-05 21:47:09 -07:00
Vivek Saraswat
11ac55b08d
Update release_notes.md
2016-11-05 21:47:09 -07:00
Vivek Saraswat
219d1d0a50
UCP 1.1.1 release notes update
...
Updates UCP release notes with fix about UCP/DTR auth bypass and other issues. Should now be ready for release.
2016-11-05 21:47:09 -07:00
Matt Bentley
604044961e
Fixes cert errors when using curl and a valid cert
...
Signed-off-by: Matt Bentley <matt.bentley@docker.com>
2016-11-05 21:47:09 -07:00
Joao Fernandes
e3be484951
Improves release notes for readability
...
Improves 1.1.1 release notes.
* Fixes #1565
* Fixes #1636
2016-11-05 21:47:09 -07:00
Vivek Saraswat
19b8334bb4
Release notes for UCP v1.1.1
...
Updates release notes for UCP v1.1.1, with some grammatical edits to earlier versions.
2016-11-05 21:47:08 -07:00
Joao Fernandes
78d9e6a0ce
Updates system requirements to require static ip
...
For multi-host networking, all nodes need to have a static IP.
Fixes #1500
2016-11-05 21:47:08 -07:00
Joao Fernandes
54836e90fc
Updates upgrade docs
...
Updates upgrade documentation to make sure `docker/ucp upgrade` command
is run inside the node, and not agains the UCP cluster, or swarm.
Fixes #1050
2016-11-05 21:47:08 -07:00
Joao Fernandes
bd02372893
Deletes useless information from deploy app doc
...
Since UCP already configures engine-discovery, there is no need
to mention this on the deploy app docs.
Fixes #1499
2016-11-05 21:47:08 -07:00
Nico
b4c9bdde00
updated TCP+UDP ports in system requirements
2016-11-05 21:47:08 -07:00
Vivek Saraswat
23a66d69dd
Updates UCP release notes and Upgrade docs
...
Fixes release notes to mention need to force reset browser after upgrade, as
well as still requiring --swarm-experimental flag for rescheduling. Fixes
upgrade docs with browser refresh. This adds a note for users to flush browser
cache after an upgrade to avoid API/UI mismatch.
2016-11-05 21:47:08 -07:00
Matt Bentley
ced62b815f
Added specifics about bringing your own cert
...
Signed-off-by: Matt Bentley <matt.bentley@docker.com>
2016-11-05 21:47:08 -07:00
Matt Bentley
0d303f218f
No interactive on restore; doesn't exist in 1.1.0
...
Signed-off-by: Matt Bentley <matt.bentley@docker.com>
2016-11-05 21:47:08 -07:00
Matt Bentley
c9c7f3db4d
Removed a few Orca references in docs & help text
...
Signed-off-by: Matt Bentley <matt.bentley@docker.com>
2016-11-05 21:47:08 -07:00
Joao Fernandes
6568b37e39
Updates uninstall docs
...
This is PR #1416 , with a couple more changes.
Closes #1416 .
2016-11-05 21:47:08 -07:00
Joao Fernandes
d24b9f01d4
Adds docs for removing failed nodes
...
This is a port of #1455 with a few extra changes.
Closes #1455
2016-11-05 21:47:07 -07:00
Adrian Kreher
0d2005ff27
[docs] Update memory requirement
...
Update memory requirement to match what the installer wants.
2016-11-05 21:47:07 -07:00
Joao Fernandes
84401f66c1
Updates release notes: can't add nodes after upgrade
2016-11-05 21:47:07 -07:00
Joao Fernandes
4050ca9a64
Fixes docs typo
2016-11-05 21:47:07 -07:00
Daniel Hiltgen
0534917627
downgrade swarm version
2016-11-05 21:47:07 -07:00
Joao Fernandes
d3966cc13a
Integrates feedback in docs
...
* fixes #1472
* fixes #1411
2016-11-05 21:47:07 -07:00
Joao Fernandes
1d40a5ab9c
Fixes docs url for offline install
...
fixes #1466
2016-11-05 21:47:07 -07:00
Alex Mavrogiannis
f6126acf2b
typo fix on plan production install
2016-11-05 21:47:07 -07:00
Sven Dowideit
f2387b307a
convert docs Dockerfiles to use docs/base:oss
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2016-11-05 21:47:07 -07:00
Joao Fernandes
1fdee63340
Updates reference docs for bootstrapper
2016-11-05 21:47:07 -07:00
Joao Fernandes
667a0463f7
Improves docs menu entry
2016-11-05 21:47:06 -07:00
Joao Fernandes
5909a90dd5
Adds docs missing for 1.1.0
...
* closes #938
* closes #1252
* closes #1318
* closes #448
* closes #1465
* closes #1317
* closes #912
* closes #1473
2016-11-05 21:47:06 -07:00
Joao Fernandes
02b236fd51
Adds unique ids to all doc files
2016-11-05 21:47:06 -07:00
Alex Mavrogiannis
666f7c3f09
installation docs cleanup proposal
2016-11-05 21:47:06 -07:00
Joao Fernandes
2fe671eed6
Adds docs about replicating CAs
...
Adds new docs on how to use backup and restore commands
to replicate certificates and keys used on all controller
nodes.
2016-11-05 21:47:06 -07:00
Joao Fernandes
0401d2369e
Updates architecture docs with auth containers
2016-11-05 21:47:06 -07:00
Joao Fernandes
77e6f36e18
Adds docs about general troubleshooting
2016-11-05 21:47:06 -07:00